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;