Remove fill and change stroke width to a sane amount
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user