feat: fix sun beams icon bug

This commit is contained in:
Peter Carl Pardo
2024-12-15 23:46:16 +08:00
parent 55225ad221
commit 6d6a13a833

View File

@@ -10,7 +10,7 @@
fill: var(--icon-fill-hover);
}
.sun-and-moon > .sun-beams {
.theme-toggle .sun-and-moon > .sun-beams {
stroke: var(--icon-fill);
stroke-width: 2px;
}