aboutsummaryrefslogtreecommitdiff
path: root/public/css/syntax-highlight.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/syntax-highlight.css')
-rw-r--r--public/css/syntax-highlight.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/syntax-highlight.css b/public/css/syntax-highlight.css
index bc2fc10..40be532 100644
--- a/public/css/syntax-highlight.css
+++ b/public/css/syntax-highlight.css
@@ -1,3 +1,8 @@
+/* ----- Colors ----- */
+
+code-block language-label { background-color: #0079ad; }
+code-block language-label a { color: #fff; }
+
/* Background */ .chroma { color: #f8f8f2; background-color: #002e42; }
/* Error */ .chroma .err { color: #960050; background-color: #1e0010; }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
@@ -5,7 +10,6 @@
/* LineHighlight */ .chroma .hl { display: block; background-color: #004766; padding: 0 1.25rem; margin: 0 -1.25rem; }
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
-/* LanguageLabel */ .chroma code:before { color: #e6e6e6; background-color: #006894; }
/* Keyword */ .chroma .k { color: #93ddfd }
/* KeywordConstant */ .chroma .kc { color: #66d9ef }