From: Thai Pangsakulyanont Date: Fri, 25 Dec 2020 13:12:59 +0000 (+0700) Subject: Fix text highlighting X-Git-Url: https://software.frrobert.com/proportionaltomonofont/commitdiff_plain/d8f6283f01c81ea29a6c5431c69009834e6e930f Fix text highlighting --- diff --git a/assets/css/style.scss b/assets/css/style.scss index c7954eb..bf7942c 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -106,7 +106,7 @@ html, body, .markdown-body.comic-mono { .kn, .k, .ow { color: #c678dd; } - .mi, .mf { + .mi, .mf, .na { color: #d19a66; } .nb { @@ -115,9 +115,12 @@ html, body, .markdown-body.comic-mono { .nf { color: #61afef; } + .nt { + color: #e06c75; + } } } .website-hidden { display: none; -} \ No newline at end of file +}