From dec51108d2f3ac479401d62766f9351d650dad77 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Tue, 15 Jun 2021 22:20:30 +0530 Subject: [PATCH] Remove fill and change stroke width to a sane amount --- themes/gokarna/static/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 1019397..21e207b 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -90,7 +90,6 @@ html { cursor: pointer; } #dark-theme-toggle .feather { - fill: #b8c2cc; height: 24px; stroke-linecap: round; stroke-linejoin: round; @@ -112,7 +111,7 @@ html { /* ICONS */ .feather { height: 20px; - stroke-width: 1.5; + stroke-width: 1.75; width: 20px; }