From f4835fb34397f54bf98325a3bd25acfb81d1d1c3 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 17 Mar 2023 21:32:11 +0900 Subject: Blog about px.cnx.gdn --- _css/style.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '_css') 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); -- cgit 1.4.1