aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-20 11:08:16 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-20 11:08:16 -0400
commite0b02ad370900d3e6e0cc94d58c7dbce94bb9c43 (patch)
treee913527dcacc6ca7936ca9bf6565f47871811e78 /public
parent3283a7b62628eb338360d626b11f7a029a84d154 (diff)
downloadthedroneely.com-e0b02ad370900d3e6e0cc94d58c7dbce94bb9c43.tar.gz
thedroneely.com-e0b02ad370900d3e6e0cc94d58c7dbce94bb9c43.tar.bz2
thedroneely.com-e0b02ad370900d3e6e0cc94d58c7dbce94bb9c43.zip
.drone.yml: Use minified syntax highlighting paylaod
Diffstat (limited to 'public')
-rw-r--r--public/css/syntax-highlight.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/syntax-highlight.css b/public/css/syntax-highlight.css
index 64cdb01..ee0bf4a 100644
--- a/public/css/syntax-highlight.css
+++ b/public/css/syntax-highlight.css
@@ -52,9 +52,9 @@
/* CommentSpecial */ .chroma .cs { color: #a0aec0 }
/* CommentPreproc */ .chroma .cp { color: #ff8383 }
/* CommentPreprocFile */ .chroma .cpf { color: #a0aec0 }
-/* GenericDeleted */ .chroma .gd { color: #fda1c2 }
+/* GenericDeleted */ .chroma .gd { color: #ff3860 }
/* GenericEmph */ .chroma .ge { font-style: italic }
-/* GenericInserted */ .chroma .gi { color: #a6e22e }
+/* GenericInserted */ .chroma .gi { color: #bcea62 }
/* GenericStrong */ .chroma .gs { font-weight: bold }
/* GenericSubheading */ .chroma .gu { color: #bdbaad }
/* GenericTag */ .chroma .p { color: #93ddfd }