Skip to content

Commit 83b9d6d

Browse files
committed
Fix toggleDarkMode button color in dark mode
1 parent ab8d684 commit 83b9d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
box-sizing: border-box;
33
}
44

5-
a {
5+
a, button {
66
color: inherit;
77
text-decoration: none;
88
}
@@ -57,6 +57,6 @@ body {
5757
background-color: var(--fg-color-1);
5858
}
5959

60-
::-webkit-scrollbar-track {
60+
::-webkit-scrollbar-track {
6161
background-color: var(--bg-color);
6262
}

0 commit comments

Comments
 (0)