Update 'theme-arc-blue.css'

This commit is contained in:
nous 2020-02-08 18:02:57 +01:00
parent e4b7a4c137
commit f492e916ba
1 changed files with 6 additions and 1 deletions

View File

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