restructure repo

This commit is contained in:
Fabian Montero 2025-09-13 14:15:37 -06:00
parent dc79d5c4de
commit 232e4c414e
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
82 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,5 @@
:root {
--background: #131a21;
--color: #A9B7C6;
}

View file

@ -0,0 +1,3 @@
:root {
--background: #222129;
}

View file

@ -0,0 +1,9 @@
:root {
--accent: rgb(252, 147, 0);
--accent-alpha-70: rgba(255,168,106,.7);
--accent-alpha-20: rgba(255,168,106,.2);
--background: #222129;
--color: white;
--border-color: rgba(255, 255, 255, .1);
}