feat: improve contrast of SyntaxHighlight

This commit is contained in:
alistair3149 2021-08-26 17:04:40 -04:00
parent 3dddd14fd4
commit 17c37f5e8c
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -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,