From 8d9a3944968f8bfa6cf27f2ff5841f358fa75bb5 Mon Sep 17 00:00:00 2001 From: NeilBrommer Date: Tue, 12 Jun 2018 18:18:37 -0700 Subject: [PATCH] Add a drop shadow to cards and jumbotrons --- static/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index b87c3aa..4a74664 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -28,6 +28,11 @@ body { padding-bottom: 0.25rem; border-bottom: white 0.25rem solid; } + +.card, .jumbotron { + box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); +} + a:not(.nav-link):not(.navbar-brand) { color: #3f51b5; } @@ -60,6 +65,8 @@ li.col-md-6 { height: 100%; } +/* Dark Mode */ + .dark-mode { color: white; background-color: #343a40;