mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:13:22 +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,
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user