aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-13 18:54:55 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-13 18:54:55 -0400
commit08f5224df3445274801f57db7553d97386286fb1 (patch)
treec59b1907fb3efcb95f9c4762346a85e077ba35a1 /public
parent8215220703526a77183140572cf95451ae206b2e (diff)
downloadthedroneely.com-08f5224df3445274801f57db7553d97386286fb1.tar.gz
thedroneely.com-08f5224df3445274801f57db7553d97386286fb1.tar.bz2
thedroneely.com-08f5224df3445274801f57db7553d97386286fb1.zip
public/css/tdro-dark: Darker box shadow
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 cffe386..c66630e 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -16,7 +16,7 @@ body, .serif > a { color: #cad6e2 }
.has-text-primary { color: #a6c9e8 !important; }
.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,.35); }
+.navbar { background-color: #001f2c; background-color: rgba(0, 31, 44, 0.95); box-shadow: 0 4px 12px 0 #111; }
.title, .content h1, .content h2, .content h3 { color: #ffffff; }
.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; }