add themes, home component, body css

This commit is contained in:
plebeius.eth
2024-02-28 21:18:37 +01:00
parent 6ca08eec4f
commit 71f99ffca5
10 changed files with 99 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
:root .yotsuba {
--background-color: #ffe;
--background-fade: url("/public/assets/background-fade.png");
--color: #800;
}
:root .yotsuba-b {
--background-color: #eef2ff;
--background-fade: url("/public/assets/background-fade-blue.png");
--color: #000;
}