UX: Fixing code highlighting color issue in dark themes

This commit is contained in:
Kris 2017-12-04 10:28:32 -05:00
parent 1e0bfa1d97
commit 13840942b9

View File

@ -41,7 +41,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-name, .hljs-name,
.coffeescript .hljs-params, .coffeescript .hljs-params,
.scss .hljs-meta { .scss .hljs-meta {
color: #900; color: dark-light-choose(#d14, #f99);
font-weight: bold; font-weight: bold;
} }