aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-09-29 23:28:56 -0400
committerThedro Neely <thedroneely@gmail.com>2021-09-29 23:28:56 -0400
commitd716d58d26525c2bfcbd45c44716a5e7403a8bcf (patch)
treed47167cf5d489c3eeb4b89497a07552c273a6a16 /public
parent51687ba9e5a961c9059bd91e17311a623c9986a8 (diff)
downloadthedroneely.com-d716d58d26525c2bfcbd45c44716a5e7403a8bcf.tar.gz
thedroneely.com-d716d58d26525c2bfcbd45c44716a5e7403a8bcf.tar.bz2
thedroneely.com-d716d58d26525c2bfcbd45c44716a5e7403a8bcf.zip
public/css/tdro: Enforce consistency in headers
public/css/tdro-dark.css public/css/tdro.css
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
-rw-r--r--public/css/tdro.css11
2 files changed, 3 insertions, 10 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index b910cf6..fa8465f 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -7,7 +7,7 @@ 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 h2 a, .document h3 a, nav#TableOfContents a { color: #cad6e2 }
+body, .sans-serif a, .serif a, .document h1 a, .document h2 a, .document h3 a, nav#TableOfContents a { color: #cad6e2 }
.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 a39130e..322a376 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1245,14 +1245,6 @@ fieldset[disabled] .button {
margin-bottom: 1.5rem;
}
-.content h1,
-.content h2,
-.content h3 {
- color: #111;
- font-weight: 400;
- line-height: 1.2;
-}
-
.content h1 {
font-size: 2em;
margin-bottom: 0.5em;
@@ -3821,8 +3813,9 @@ code, pre, blockquote > p.serif, .monospace {
font-family: 'Fira Code', Consolas, monaco, monospace;
}
+.sans-serif a, .serif a { color: #222; }
.is-size-serif { font-size: 1.25rem !important; }
-.sans-serif a, .serif a, .document h2 a, .document h3 a { color: #222; }
+.content h1, .content h2, .content h3, .document h1 a, .document h2 a, .document h3 a { color: #222; font-weight: 400; line-height: 1.2; }
blockquote .blockquote-footer { margin-top: 1.3rem; }
blockquote > p.serif { font-size: 1.2rem !important; }