0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2024-12-18 15:54:22 +00:00

Update 'theme-arc-blue.css'

This commit is contained in:
nous 2020-02-08 18:02:57 +01:00
parent e4b7a4c137
commit f492e916ba

View File

@ -280,6 +280,7 @@
.hljs-selector-tag, .hljs-selector-tag,
.hljs-subst { .hljs-subst {
color: #dbdbdb !important; color: #dbdbdb !important;
background: #181818 !important;
} }
.markdown:not(code) .highlight pre, .markdown:not(code) .highlight pre,
.markdown:not(code) pre { .markdown:not(code) pre {
@ -1071,4 +1072,8 @@
} }
.code-view :not(.fa):not(.octicon):not(.icon) { .code-view :not(.fa):not(.octicon):not(.icon) {
background: #131313; background: #131313;
} }
.mono.raw, code.raw, pre.raw {
background-color: #171717;
border: 1px solid #292929 !important;
}