From 1c5e56a06f349baf13502760e48e8a1392161f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Thu, 5 Aug 2021 00:19:31 +0200 Subject: [PATCH] Bring back footer border and fix hover over theme toggle icon --- themes/gokarna/static/css/main.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 88e5dba..213de55 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -48,9 +48,8 @@ img { left: 0; position: fixed; top: 0; - width: 100%; - /* opacity: 0.95; */ transition: box-shadow 0.3s ease-in-out; + width: 100%; } .header a { @@ -106,7 +105,7 @@ img { color: var(--light-header-divider-color); margin: 0 10px; } -.nav-links #dark-theme-toggle:hover { +.nav-links .dark-theme-toggle:hover { cursor: pointer; } @@ -115,11 +114,11 @@ a:hover .feather-sun { color: black; } -#dark-theme-toggle .feather { - height: 24px; +.dark-theme-toggle .feather { + height: 22px; stroke-linecap: round; stroke-linejoin: round; - width: 24px; + width: 22px; } #hamburger-menu-toggle { display: none; @@ -150,7 +149,7 @@ a:hover .feather-sun { /* FOOTER */ .footer { bottom: 0; - border-top: 1px solid rgb(var(--light-bg-color)); + border-top: 1px solid var(--light-header-divider-color); color: inherit; left: 0; overflow: hidden;