Add files via upload

This commit is contained in:
FURK4NGG
2025-08-10 23:43:55 +03:00
committed by GitHub
parent 5faec58361
commit 1f7971a309
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/* Colors */
* {
background: #1a1b26;
background-alt: #16161e;
foreground: #f7ebe7;
}
+5
View File
@@ -0,0 +1,5 @@
/* Text Font */
* {
font: "Fira Sans Bold 12";
}