Skip to content

Commit 4278b80

Browse files
committed
fix theme icons
1 parent dc7afe6 commit 4278b80

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

_includes/icons/moon.svg

Lines changed: 1 addition & 5 deletions
Loading

_includes/icons/sun.svg

Lines changed: 0 additions & 6 deletions
Loading

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,10 @@ button.theme-btn {
768768
height: 2rem;
769769
border: none;
770770
cursor: pointer;
771+
color: var(--fg);
772+
background-color: var(--bg);
773+
display: flex;
774+
justify-content: center;
771775
}
772776

773777
button.lang-btn {

0 commit comments

Comments
 (0)