This commit is contained in:
metacryst
2025-10-13 00:08:05 -05:00
parent ac93ac5c4e
commit a2f4206cf9
4 changed files with 86 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
:root {
--tan: #FFDFB4;
--main: #FFDFB4;
--accent: black;
--tan: #FFDFB4;
--purple: #251D44;
--green: #0B5538;
--red: #BC1C02;
@@ -12,7 +14,7 @@
@media (prefers-color-scheme: dark) {
:root {
--tan: #251D44;
--main: #251D44;
--accent: #AF7323;
}
}
@@ -41,7 +43,7 @@
body {
font-family: 'BonaNova', sans-serif;
font-size: 16px;
background-color: var(--tan);
background-color: var(--main);
color: var(--accent);
}