start homepage design, add languages and themes

This commit is contained in:
plebeius.eth
2024-02-29 16:31:46 +01:00
parent a64de01057
commit 5185f9999d
39 changed files with 311 additions and 10 deletions
+12 -2
View File
@@ -1,11 +1,21 @@
:root .yotsuba {
--background-color: #ffe;
--background-fade: url("/public/assets/background-fade.png");
--color: #800;
--color-primary: #800;
--text-primary: #fff;
--text-black: #000;
--text-white: #fff;
--text-background: #fff;
--text-link: #00f;
}
:root .yotsuba-b {
--background-color: #eef2ff;
--background-fade: url("/public/assets/background-fade-blue.png");
--color: #000;
--color-primary: #98e;
--text-primary: #000;
--text-black: #000;
--text-white: #fff;
--text-background: #fff;
--text-link: #00f;
}