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;
}
#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;
}