fix(css): contrast on parts of codeblock

This commit is contained in:
MDLeom 2020-11-10 03:19:03 +00:00
parent 153ccfe96a
commit e1dbedc2ce
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 4 additions and 4 deletions

View File

@ -550,7 +550,7 @@ td {
.hljs-number,
.hljs-class {
color: #B8D7A3;
color: #689E44;
}
.hljs-string,
@ -568,7 +568,7 @@ td {
.hljs-title,
.hljs-params,
.hljs-formula {
color: #DCDCDC;
color: #808080;
}
.hljs-comment,

View File

@ -1021,7 +1021,7 @@ td {
.hljs-number,
.hljs-class {
color: #B8D7A3;
color: #689E44;
}
.hljs-string,
@ -1039,7 +1039,7 @@ td {
.hljs-title,
.hljs-params,
.hljs-formula {
color: #DCDCDC;
color: #808080;
}
.hljs-comment,