Fix text highlighting
authorThai Pangsakulyanont <dtinth@spacet.me>
Fri, 25 Dec 2020 13:12:59 +0000 (20:12 +0700)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 13:12:59 +0000 (20:12 +0700)
assets/css/style.scss

index c7954ebcff4c410961cf1344e8786d84a3be5163..bf7942c81575924ecc17301efdf27ae62c97ceca 100644 (file)
@@ -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
+}