feat: add theme toggler on client side
This commit is contained in:
@ -26,9 +26,7 @@
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.annotation {
|
||||
background-color: #272d44;
|
||||
color: inherit;
|
||||
}
|
||||
.dark .annotation {
|
||||
background-color: #272d44;
|
||||
color: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user