From 5ab7e870feca55e429059516012d95c15653c31b Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Thu, 5 Aug 2021 00:45:55 +0530 Subject: [PATCH] Address comments --- themes/gokarna/static/css/dark.css | 7 +------ themes/gokarna/static/css/main.css | 8 ++------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/themes/gokarna/static/css/dark.css b/themes/gokarna/static/css/dark.css index e3ecde4..5deaf2a 100644 --- a/themes/gokarna/static/css/dark.css +++ b/themes/gokarna/static/css/dark.css @@ -1,5 +1,4 @@ :root { - /* dark theme colors */ --dark-bg-color: #121212; --dark-text-color: white; --dark-header-bg-color: #121212; @@ -23,12 +22,8 @@ html { color: var(--dark-header-divider-color); } -.feather-moon { - fill: white; -} - a:hover .feather-moon { - fill: none; + fill: white; color: white; } diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 80b7fb8..267decc 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -44,7 +44,7 @@ img { .header { background-color: var(--light-bg-color); color: inherit; - font-size: 1.15rem; + font-size: 1.2rem; height: 50px; left: 0; position: fixed; @@ -111,12 +111,8 @@ img { cursor: pointer; } -.feather-sun { - fill: black -} - a:hover .feather-sun { - fill: none; + fill: black; color: black; }