mirror of https://gitlab.com/curben/blog
fix(css): contrast on parts of codeblock
This commit is contained in:
parent
153ccfe96a
commit
e1dbedc2ce
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue