aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-10-12 01:38:33 -0400
committerThedro Neely <thedroneely@gmail.com>2021-10-12 01:42:00 -0400
commit75ad89f1040339ec95b1f82ac20c2d8e7d0eb53e (patch)
treef50f220d74b9fed2dfb7b94ca89efa82a0842295 /public
parent205ce82736233286e00cc28c7227faf1066d7c3b (diff)
downloadthedroneely.com-75ad89f1040339ec95b1f82ac20c2d8e7d0eb53e.tar.gz
thedroneely.com-75ad89f1040339ec95b1f82ac20c2d8e7d0eb53e.tar.bz2
thedroneely.com-75ad89f1040339ec95b1f82ac20c2d8e7d0eb53e.zip
public/css: Color consistency between headers and anchors
public/css/tdro.css public/css/tdro-dark.css
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css3
-rw-r--r--public/css/tdro.css4
2 files changed, 4 insertions, 3 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index fa8465f..ba21ed3 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -7,7 +7,8 @@ a:hover img { outline: 6px dashed #75b2f0; box-shadow: none; }
a:focus img { outline: 9px dashed #75b2f0; }
a.navbar-item:hover { color: #fff !important; }
img { box-shadow: none; filter: brightness(75%); }
-body, .sans-serif a, .serif a, .document h1 a, .document h2 a, .document h3 a, nav#TableOfContents a { color: #cad6e2 }
+body, .document h1 a, .document h2 a, .document h3 a, nav#TableOfContents a { color: #cad6e2; }
+.sans-serif a, .serif a { color: #eee; }
.article__list li:hover, nav#TableOfContents li:hover { background-color: #002e42; }
.leftnote, .rightnote, mark { color: #a9bdd0; }
.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 a254fab..6fb26aa 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -2715,9 +2715,9 @@ code, pre, blockquote > p.serif, .monospace {
font-family: 'Fira Code', Consolas, monaco, monospace;
}
-.sans-serif a, .serif a { color: #222; }
+.sans-serif a, .serif a { color: #000; }
.is-size-serif { font-size: 1.25rem !important; }
-.content h1, .content h2, .content h3, .document h1 a, .document h2 a, .document h3 a { color: #222; font-weight: 400; line-height: 1.2; }
+.content h1, .content h2, .content h3, .document h1 a, .document h2 a, .document h3 a { color: #111; font-weight: 400; line-height: 1.2; }
blockquote .blockquote-footer { margin-top: 1.3rem; }
blockquote > p.serif { font-size: 1.2rem !important; }