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
1 changed files with 1 additions and 1 deletions

View File

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