From 01215206060fe91be9ddb27592c5b88f44836707 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Wed, 3 Jan 2018 14:15:36 -0800 Subject: [PATCH] IE compatibility fixes --- css/main.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index aeccec3..302b307 100644 --- a/css/main.css +++ b/css/main.css @@ -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 {