mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat: improve contrast of SyntaxHighlight
This commit is contained in:
parent
3dddd14fd4
commit
17c37f5e8c
|
@ -136,7 +136,7 @@
|
|||
}
|
||||
|
||||
.nb {
|
||||
color: var( --color-syntax-yellow );
|
||||
color: var( --color-syntax-blue );
|
||||
}
|
||||
|
||||
.nc {
|
||||
|
@ -295,6 +295,10 @@
|
|||
color: var( --color-syntax-cyan );
|
||||
}
|
||||
|
||||
.n {
|
||||
color: var( --color-base--emphasized );
|
||||
}
|
||||
|
||||
/* pygments.wrapper.less */
|
||||
// MW REL1_36+
|
||||
&-lines pre,
|
||||
|
|
Loading…
Reference in a new issue