aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-04 23:12:54 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-04 23:12:54 -0500
commitb7b84be10bf6a7bf094d67b67f91304b4f0477f9 (patch)
tree8d3c26c9071339712e191039d4f5f5ea31813a08 /public
parent600ef7d9f6a070b0e0230e78a7728d7a2c951b06 (diff)
downloadthedroneely.com-b7b84be10bf6a7bf094d67b67f91304b4f0477f9.tar.gz
thedroneely.com-b7b84be10bf6a7bf094d67b67f91304b4f0477f9.tar.bz2
thedroneely.com-b7b84be10bf6a7bf094d67b67f91304b4f0477f9.zip
public/css/tdro-dark: Make title colors darker
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 71e1f56..0ff9a0e 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -17,7 +17,7 @@ body, .sans-serif > a, .serif > a { color: #cad6e2 }
.footer a { color: #bbb; border-bottom: 1px solid #999; }
.footer { padding: 1.5rem; }
.navbar { background-color: #001f2c; background-color: rgba(0, 31, 44, 0.95); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); }
-.title, .content h1, .content h2, .content h3 { color: #ffffff; }
+.title, .content h1, .content h2, .content h3 { color: #ddd; }
.button.is-link.is-outlined, .button.is-success.is-outlined { border-color: #cad6e2; color: #cad6e2; border-width: 1px; }
.input, .textarea { background-color: #002e42; border-color: transparent; color: white; }
.item__box { color: #fff; background-color: #002e42; }