mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
UX: Fixing code highlighting color issue in dark themes
This commit is contained in:
parent
1e0bfa1d97
commit
13840942b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue