Smoother dark mode switch

This commit is contained in:
Martin Prokoph
2025-01-01 14:35:52 +01:00
parent 7f6b237a68
commit 10acafcc9b
4 changed files with 7 additions and 3 deletions

View File

@@ -80,6 +80,8 @@ const {
color: var(--font-color);
background-color: var(--background);
transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
main {
flex: 1 0 auto;
}