Add a drop shadow to cards and jumbotrons
This commit is contained in:
parent
f528170ae3
commit
8d9a394496
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue