aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-08 23:31:23 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-08 23:31:23 -0500
commit6b63f99afd22772bd9d85d1dc8ddd1b12d1b719f (patch)
tree5a375b777d106c33b63c7bfdb427417e63697479 /public
parent24658ea66bee279152b9c136c45655dac59af8f4 (diff)
downloadthedroneely.com-6b63f99afd22772bd9d85d1dc8ddd1b12d1b719f.tar.gz
thedroneely.com-6b63f99afd22772bd9d85d1dc8ddd1b12d1b719f.tar.bz2
thedroneely.com-6b63f99afd22772bd9d85d1dc8ddd1b12d1b719f.zip
public/css/syntax-highlight: Use darker line highlight
Diffstat (limited to 'public')
-rw-r--r--public/css/syntax-highlight.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/syntax-highlight.css b/public/css/syntax-highlight.css
index ee0bf4a..8190082 100644
--- a/public/css/syntax-highlight.css
+++ b/public/css/syntax-highlight.css
@@ -2,7 +2,7 @@
/* 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; width: 100%;background-color: #ffffcc }
+/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #001924; }
/* 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; }
/* Keyword */ .chroma .k { color: #93ddfd }