aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-11-19 08:07:15 -0500
committerThedro Neely <thedroneely@gmail.com>2021-11-19 08:07:15 -0500
commitf54eb358c5c17cc4886702073747577ef016be74 (patch)
tree9837220971a659932863a5eb4918fe1a9cc373b5
parent54d43db700ff993d269054db580e2cf725d81e76 (diff)
downloadthedroneely.com-f54eb358c5c17cc4886702073747577ef016be74.tar.gz
thedroneely.com-f54eb358c5c17cc4886702073747577ef016be74.tar.bz2
thedroneely.com-f54eb358c5c17cc4886702073747577ef016be74.zip
public/css/syntax-highlight: KeywordNamespace contrast
-rw-r--r--public/css/syntax-highlight.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/syntax-highlight.css b/public/css/syntax-highlight.css
index 31a2ce2..e7ca0a5 100644
--- a/public/css/syntax-highlight.css
+++ b/public/css/syntax-highlight.css
@@ -1,5 +1,5 @@
-/* Background */ .chroma { color: #f8f8f2; background-color: #272822 }
-/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
+/* Background */ .chroma { color: #f8f8f2; background-color: #272822; }
+/* Error */ .chroma .err { color: #960050; background-color: #1e0010; }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
/* LineHighlight */ .chroma .hl { display: block; background-color: #004766; padding: 0 1.25rem; margin: 0 -1.25rem; }
@@ -9,7 +9,7 @@
/* Keyword */ .chroma .k { color: #93ddfd }
/* KeywordConstant */ .chroma .kc { color: #66d9ef }
/* KeywordDeclaration */ .chroma .kd { color: #66d9ef }
-/* KeywordNamespace */ .chroma .kn { color: #f92672 }
+/* KeywordNamespace */ .chroma .kn { color: #ff8383 }
/* KeywordPseudo */ .chroma .kp { color: #66d9ef }
/* KeywordReserved */ .chroma .kr { color: #66d9ef }
/* KeywordType */ .chroma .kt { color: #66d9ef }