mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:20:41 +08:00
UX: Fixing code highlighting color issue in dark themes
This commit is contained in:
parent
1e0bfa1d97
commit
13840942b9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user