diff --git a/assets/css/dark-mode-style.css b/assets/css/dark-mode-style.css index 8442607..b26ba60 100644 --- a/assets/css/dark-mode-style.css +++ b/assets/css/dark-mode-style.css @@ -1,5 +1,5 @@ .dark-mode { - background-color: black; + background-color: #121212; color: white; } body { @@ -11,3 +11,16 @@ body { border: none; background: none; } +.dark-card { + background-color: #181818 !important; + color: white !important; +} +.dark-card h3, p { + color: white !important; +} +.section-bg { + background-color: #2d405f !important; +} +.section-bg h2 { + color: #fff !important; +} diff --git a/assets/css/style.css b/assets/css/style.css index 51f73a1..47b7b45 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -238,7 +238,7 @@ h6 { } .navbar .getstarted:hover, .navbar .getstarted:focus:hover { - /* color: #fff;*/ + color: #fff; background: #3b4ef8; } .navbar .dropdown ul { diff --git a/index.html b/index.html index 0c607d5..8f95c51 100644 --- a/index.html +++ b/index.html @@ -423,7 +423,7 @@