dark theme implemented

This commit is contained in:
2024-01-20 00:39:53 +01:00
parent 4127e9dd39
commit 00c23bcdba
23 changed files with 848 additions and 118 deletions

View File

@@ -29,6 +29,12 @@ font-family: sans-serif;
background-color: #fbf9f3;
overflow-x: hidden;
}
@media (prefers-color-scheme: dark) {
:global(body){
color: white;
background-color: var(--background-dark);
}
}
nav{
position: sticky;