set base colors

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:30:52 +02:00
parent ff5909dabc
commit 8211c78287
4 changed files with 33 additions and 11 deletions
+8 -1
View File
@@ -1,5 +1,8 @@
:root {
--dark-gray: #222831;
--gray: #393E46;
--gold: #FFD369;
--light-gray: #EEEEEE;
}
html {
@@ -32,3 +35,7 @@ html {
.hidden {
display: none !important;
}
a {
color: var(--gold);
}