Remove fill and change stroke width to a sane amount

This commit is contained in:
Yash Mehrotra
2021-06-15 22:20:30 +05:30
parent a252f2fd38
commit dec51108d2

View File

@@ -90,7 +90,6 @@ html {
cursor: pointer; cursor: pointer;
} }
#dark-theme-toggle .feather { #dark-theme-toggle .feather {
fill: #b8c2cc;
height: 24px; height: 24px;
stroke-linecap: round; stroke-linecap: round;
stroke-linejoin: round; stroke-linejoin: round;
@@ -112,7 +111,7 @@ html {
/* ICONS */ /* ICONS */
.feather { .feather {
height: 20px; height: 20px;
stroke-width: 1.5; stroke-width: 1.75;
width: 20px; width: 20px;
} }