Add a drop shadow to cards and jumbotrons

This commit is contained in:
NeilBrommer 2018-06-12 18:18:37 -07:00
parent f528170ae3
commit 8d9a394496

View file

@ -28,6 +28,11 @@ body {
padding-bottom: 0.25rem; padding-bottom: 0.25rem;
border-bottom: white 0.25rem solid; 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) { a:not(.nav-link):not(.navbar-brand) {
color: #3f51b5; color: #3f51b5;
} }
@ -60,6 +65,8 @@ li.col-md-6 {
height: 100%; height: 100%;
} }
/* Dark Mode */
.dark-mode { .dark-mode {
color: white; color: white;
background-color: #343a40; background-color: #343a40;