feat: add theme toggler on client side
This commit is contained in:
@ -57,8 +57,6 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #181d31;
|
||||
}
|
||||
body.dark {
|
||||
background-color: #181d31;
|
||||
}
|
||||
|
Reference in New Issue
Block a user