code css tweaks
This commit is contained in:
parent
6c6bcdb846
commit
af8e30b2b1
4
flux.css
4
flux.css
@ -81,13 +81,13 @@ pre {
|
|||||||
.hljs {
|
.hljs {
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
color: #abb2bf;
|
color: rgb(209, 209, 209);
|
||||||
/*background: #282c34;*/
|
/*background: #282c34;*/
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs-comment, .hljs-quote {
|
.hljs-comment, .hljs-quote {
|
||||||
color: #5c6370;
|
color: rgb(55, 121, 84);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user