IE compatibility fixes

This commit is contained in:
Neil Brommer 2018-01-03 14:15:36 -08:00
parent 02533550a5
commit 0121520606

View file

@ -11,18 +11,17 @@ body {
}
.navbar, .fixed-top {
background-color: var(--main-color) !important;
background-color: #3f51b5 !important;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-bottom: var(--main-dark-color) 1px solid;
border-bottom: #002984 1px solid;
}
a:not(.nav-link):not(.navbar-brand) {
color: var(--main-color);
/*text-decoration: underline;*/
color: #3f51b5;
}
a:hover:not(.nav-link):not(.navbar-brand) {
color: var(--main-light-color);
color: #757de8;
}
li.col-md-6 {
@ -59,11 +58,11 @@ li.col-md-6 {
}
.dark-mode a:not(.navbar-brand):not(.nav-link) {
color: var(--main-light-color) !important;
color: #757de8 !important;
}
.dark-mode a:not(.navbar-brand):not(.nav-link):hover {
color: white !important;
color: #3f51b5 !important;
}
.dark-mode .card {