1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.21

This commit is contained in:
daichimarukana
2023-09-11 22:55:05 +09:00
parent 27e53bf0fd
commit 86e172e90c
28 changed files with 2116 additions and 663 deletions
+13
View File
@@ -0,0 +1,13 @@
:root {
--main-color: #FFC832;
--sub-color: #FFFAE6;
--background-color: #f5f5f5;
--text-color: #252525;
--subtext-color: #999;
--link-color: #4e4428;
--border-color: #EEE;
/*Darkmode*/
--dark-sub-color: #181616;
--dark-background-color: #0c0c0c;
--dark-subtext-color: #CCC;
}