diff options
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/_css/style.css b/_css/style.css index 354e65e..421b75f 100644 --- a/_css/style.css +++ b/_css/style.css @@ -92,10 +92,12 @@ p, details { .note p:first-child { font-weight: bold } .franklin-content blockquote { background: var(--overlay-bg); - color: ButtonText; border-left: 0.25rem solid var(--overlay-border); } -.note { background-color: var(--overlay-bg) } +.note { + background-color: #2482; + border-left: 0.25rem solid #2484; +} /* Header */ header { @@ -156,7 +158,7 @@ tr, th, td { padding: 0.5em } /* highlight.js */ code, .hljs { background-color: ButtonFace; - color: CanvasText; + color: ButtonText; font-size: inherit; padding: 0.1em 0.2em; } @@ -167,11 +169,11 @@ code, .hljs { overflow-x: auto; } -.hljs-built_in .hljs-name, .hljs-title, .hljs-type { color: Teal } +.hljs-built_in .hljs-name, .hljs-title, .hljs-type { color: DarkCyan } .hljs-code, .hljs-selector-class { color: LinkText } .hljs-comment, .hljs-deletion, .hljs-meta { color: GrayText } .hljs-comment, .hljs-emphasis { font-style: italic; } -.hljs-string { color: Green } +.hljs-string { color: ForestGreen } .hljs-strong { font-weight: bold; } .hljs-bullet, .hljs-quote, .hljs-link, .hljs-number, @@ -182,7 +184,7 @@ code, .hljs { .hljs-subst, .hljs-symbol, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-template-tag, .hljs-template-variable, -.hljs-addition { color: Olive } +.hljs-addition { color: Chocolate } .comment { background-color: var(--overlay-bg); |