diff --git a/style.css b/style.css index ccc107dfa..24b4e85fe 100644 --- a/style.css +++ b/style.css @@ -144,21 +144,19 @@ input:checked+.slider:before { } .dark-mode .nav-link:hover { - color: #C2185B; + color: #c2185b; border-top-color: white; border-bottom-color: white; transition: all 0.3s ease-in-out; } .dark-mode #active1 { - color: #AD1457; + color: #ad1457; border-top-color: white; border-bottom-color: white; transition: all 0.3s ease-in-out; } - - /* Preloader Css */ #loader-wrapper { @@ -355,13 +353,12 @@ header { } .nav-link:hover { - color: #1E90FF; - border-top: 2px solid #1E90FF; - border-bottom: 2px solid #1E90FF; + color: #1e90ff; + border-top: 2px solid #1e90ff; + border-bottom: 2px solid #1e90ff; transition: all 0.3s ease-in-out; } - nav { display: flex; justify-content: space-between; @@ -387,13 +384,12 @@ nav ul { } #active1 { - color: #87CEEB; - border-top-color: #87CEEB; - border-bottom-color: #87CEEB; + color: #87ceeb; + border-top-color: #87ceeb; + border-bottom-color: #87ceeb; transition: all 0.3s ease-in-out; } - .logo { font-size: 2.3rem; font-weight: 700;