summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThai Pangsakulyanont <dtinth@spacet.me>2020-12-25 20:12:59 +0700
committerGitHub <noreply@github.com>2020-12-25 20:12:59 +0700
commitd8f6283f01c81ea29a6c5431c69009834e6e930f (patch)
tree19bcc3c292b1e0875a331b83421e940f4c95c697
parented705a2258f16452133566fb313eb7ca7e2f0955 (diff)
downloadneo-comic-mono-font-d8f6283f01c81ea29a6c5431c69009834e6e930f.tar.gz
neo-comic-mono-font-d8f6283f01c81ea29a6c5431c69009834e6e930f.tar.bz2
neo-comic-mono-font-d8f6283f01c81ea29a6c5431c69009834e6e930f.zip
Fix text highlighting
-rw-r--r--assets/css/style.scss7
1 files changed, 5 insertions, 2 deletions
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
+}
Software created with 💖