aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-26 20:56:23 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-26 20:56:23 -0500
commitdecde8f6bb3108d5b3281b76aa678c2913a974ac (patch)
tree35fb5455f3d8c4c0bbcf7036958d08358000751f /public
parent5c9237f5fb12f85aa7c84bcf179d4e9248c8fa95 (diff)
downloadthedroneely.com-decde8f6bb3108d5b3281b76aa678c2913a974ac.tar.gz
thedroneely.com-decde8f6bb3108d5b3281b76aa678c2913a974ac.tar.bz2
thedroneely.com-decde8f6bb3108d5b3281b76aa678c2913a974ac.zip
public/css/syntax-highlight: Update line highlight color to a lighter shade
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 8190082..913d752 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: #001924; }
+/* LineHighlight */ .chroma .hl { display: block; width: 100%; background-color: #1b4fa1; }
/* 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 }