summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 💖