style tweak

pull/1/head
Evan Hemsley 2019-05-31 14:57:05 -07:00
parent efb0d67510
commit 96033a4b0d
1 changed files with 3 additions and 6 deletions

View File

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