aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-23 12:25:39 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-23 12:25:39 -0400
commitb4d02257cf29f005f4bd008b5037a7a3f4715191 (patch)
treee18bf7888270c89e0bdd31c85e97461dfc60489b /public
parentfd7db552b064bcf3c86c5c1049e734be1a2fc7b2 (diff)
downloadthedroneely.com-b4d02257cf29f005f4bd008b5037a7a3f4715191.tar.gz
thedroneely.com-b4d02257cf29f005f4bd008b5037a7a3f4715191.tar.bz2
thedroneely.com-b4d02257cf29f005f4bd008b5037a7a3f4715191.zip
public/css: Remove box shadow on footer
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
-rw-r--r--public/css/tdro.css1
2 files changed, 1 insertions, 2 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index ed1af2d..4045130 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -14,7 +14,7 @@ body, .serif > a { color: #cad6e2 }
.has-text-danger { color: #ff8f93 !important; }
.has-text-primary { color: #a6c9e8 !important; }
.footer a { color: #bbb; border-bottom: 1px solid #999; }
-.footer { padding: 1.5rem; box-shadow: 0 -4px 10px 0px rgba(0,0,0,0.25); }
+.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); }
.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; }
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 4516bdf..079ce10 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4411,7 +4411,6 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
.footer {
padding: 1.5rem;
- box-shadow: 0 -.6em 1em 0 rgba(0,0,0,0.06);
}