aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-23 12:24:49 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-23 12:24:49 -0400
commitfd7db552b064bcf3c86c5c1049e734be1a2fc7b2 (patch)
treebae85ac7962c7cdf8b0c847c6de7178a8a362426 /public
parentffe410acbfb332452c29e6b7c77aca13be308dbc (diff)
downloadthedroneely.com-fd7db552b064bcf3c86c5c1049e734be1a2fc7b2.tar.gz
thedroneely.com-fd7db552b064bcf3c86c5c1049e734be1a2fc7b2.tar.bz2
thedroneely.com-fd7db552b064bcf3c86c5c1049e734be1a2fc7b2.zip
public/css: Use dark background on code snippets
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css1
-rw-r--r--public/css/tdro.css4
2 files changed, 2 insertions, 3 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 54b50a9..ed1af2d 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -5,7 +5,6 @@ a { color: #75b2f0; }
a.navbar-item:hover { color: #fff; }
img { box-shadow: none; }
body, .serif > a { color: #cad6e2 }
-.highlight pre { background-color: #002e42; }
.article__list li:hover { background-color: #003247; }
.posts__more__content { background-color: #002e42; }
.medium-zoom-overlay { background-color: #001f2c; background-color: rgba(0, 31, 44, .9); }
diff --git a/public/css/tdro.css b/public/css/tdro.css
index a08084f..4516bdf 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -287,7 +287,7 @@ fieldset {
pre {
-webkit-overflow-scrolling: touch;
- background-color: #36464e;
+ background-color: #002e42;
border-radius: 3px;
color: #fff;
font-size: 0.875em;
@@ -2099,7 +2099,7 @@ fieldset[disabled] .button {
}
.highlight pre {
- background-color: #36464e;
+ background-color: #002e42;
overflow: auto;
max-width: 100%;
}