mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-11-05 02:32:03 +00:00
Update 'theme-arc-blue.css'
This commit is contained in:
parent
ed77a90fc6
commit
ba332fac49
@ -596,8 +596,10 @@
|
|||||||
}
|
}
|
||||||
.hljs-tag,
|
.hljs-tag,
|
||||||
.hljs-name,
|
.hljs-name,
|
||||||
|
.hljs-tag,
|
||||||
|
.hljs-name,
|
||||||
.hljs-attribute {
|
.hljs-attribute {
|
||||||
color: #5757e8 !important;
|
color: #d22121 !important;
|
||||||
}
|
}
|
||||||
.user.profile .ui.card .extra.content ul li:not(:last-child) {
|
.user.profile .ui.card .extra.content ul li:not(:last-child) {
|
||||||
border-bottom: 1px solid #203241;
|
border-bottom: 1px solid #203241;
|
||||||
@ -876,8 +878,7 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.CodeMirror pre {
|
.CodeMirror pre {
|
||||||
background: #0a0a0a;
|
color: #d22121 !important;
|
||||||
color: #ececec !important;
|
|
||||||
}
|
}
|
||||||
.CodeMirror-linenumber {
|
.CodeMirror-linenumber {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
@ -917,14 +918,17 @@
|
|||||||
background: #151515;
|
background: #151515;
|
||||||
}
|
}
|
||||||
.cm-s-default .cm-atom {
|
.cm-s-default .cm-atom {
|
||||||
color: #39bdcb;
|
color: #48eca4;
|
||||||
}
|
}
|
||||||
.CodeMirror .CodeMirror-code .cm-string {
|
.CodeMirror .CodeMirror-code .cm-string {
|
||||||
color: #d4e41e;
|
color: #d4e41e;
|
||||||
}
|
}
|
||||||
|
.CodeMirror .CodeMirror-code .cm-tag {
|
||||||
|
color: #dedede;
|
||||||
|
}
|
||||||
.cm-s-default .cm-meta,
|
.cm-s-default .cm-meta,
|
||||||
.cm-s-default .cm-qualifier {
|
.cm-s-default .cm-qualifier {
|
||||||
color: #67ec3c;
|
color: #a8cfe7;
|
||||||
}
|
}
|
||||||
.cm-s-default .cm-variable-3 {
|
.cm-s-default .cm-variable-3 {
|
||||||
color: #05ffb6;
|
color: #05ffb6;
|
||||||
|
Loading…
Reference in New Issue
Block a user