Add dark theme

This commit is contained in:
Sakura Knoll
2022-07-18 10:10:53 +09:00 Unverified
parent d17777c8ea
commit 073ebb3448
6 changed files with 74 additions and 17 deletions
+4
View File
@@ -5,3 +5,7 @@ body {
#__next {
height: 100%;
}
html {
transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}