Bring back footer border and fix hover over theme toggle icon

This commit is contained in:
Avijit 🚀
2021-08-05 00:19:31 +02:00
committed by Yash Mehrotra
parent 7c8ea65700
commit 1c5e56a06f

View File

@@ -48,9 +48,8 @@ img {
left: 0; left: 0;
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%;
/* opacity: 0.95; */
transition: box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out;
width: 100%;
} }
.header a { .header a {
@@ -106,7 +105,7 @@ img {
color: var(--light-header-divider-color); color: var(--light-header-divider-color);
margin: 0 10px; margin: 0 10px;
} }
.nav-links #dark-theme-toggle:hover { .nav-links .dark-theme-toggle:hover {
cursor: pointer; cursor: pointer;
} }
@@ -115,11 +114,11 @@ a:hover .feather-sun {
color: black; color: black;
} }
#dark-theme-toggle .feather { .dark-theme-toggle .feather {
height: 24px; height: 22px;
stroke-linecap: round; stroke-linecap: round;
stroke-linejoin: round; stroke-linejoin: round;
width: 24px; width: 22px;
} }
#hamburger-menu-toggle { #hamburger-menu-toggle {
display: none; display: none;
@@ -150,7 +149,7 @@ a:hover .feather-sun {
/* FOOTER */ /* FOOTER */
.footer { .footer {
bottom: 0; bottom: 0;
border-top: 1px solid rgb(var(--light-bg-color)); border-top: 1px solid var(--light-header-divider-color);
color: inherit; color: inherit;
left: 0; left: 0;
overflow: hidden; overflow: hidden;