style tweak
parent
efb0d67510
commit
96033a4b0d
|
@ -6,6 +6,7 @@ Tragedy and Geometry style by Evan Hemsley
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: #06122F;
|
background: #06122F;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs {
|
.hljs {
|
||||||
|
@ -65,14 +66,10 @@ pre {
|
||||||
.hljs-meta .hljs-keyword,
|
.hljs-meta .hljs-keyword,
|
||||||
.hljs-selector-attr,
|
.hljs-selector-attr,
|
||||||
.hljs-selector-pseudo,
|
.hljs-selector-pseudo,
|
||||||
.hljs-link {
|
.hljs-link,
|
||||||
color: #FFAA00;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Solarized Red */
|
|
||||||
.hljs-built_in,
|
.hljs-built_in,
|
||||||
.hljs-deletion {
|
.hljs-deletion {
|
||||||
color: #dc322f;
|
color: #FFAA00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs-formula {
|
.hljs-formula {
|
||||||
|
|
Loading…
Reference in New Issue