Skip to content

Commit 894ecba

Browse files
committed
fix: fix label border
1 parent fb9eb05 commit 894ecba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,10 @@ body.darkmode #features-table th
486486
cursor: pointer;
487487
}
488488

489+
.darkModeIcon:before {
490+
content: '';
491+
}
492+
489493
body.darkmode li:not([class])>a[id] {
490494
color: white;
491495
}

0 commit comments

Comments
 (0)