feat: add theme toggler on client side

This commit is contained in:
rramiachraf
2024-03-09 21:40:20 +01:00
parent 33eac92072
commit cdc6dc418f
10 changed files with 149 additions and 89 deletions

View File

@ -41,8 +41,6 @@ footer a:hover {
}
}
@media (prefers-color-scheme: dark) {
footer {
background-color: #fec260;
}
.dark footer {
background-color: #fec260;
}