While I'm at it might as well play with the color switcher real quick

This commit is contained in:
2023-12-28 13:51:05 -06:00
parent b4bb95ef4f
commit ca7bea8af7

View File

@@ -26,9 +26,9 @@ body {
} }
body.dark { body.dark {
--background-color: #FAF3F0; --background-color: #ffcab0;
--container-color: #ADC4CE; --container-color: #fdffcd;
/* --font-color: #000; */ --font-color: #484b6a;
/* --background-gradient-webkit: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); /* --background-gradient-webkit: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
--background-gradient: linear-gradient(to right, #eef2f3, #8e9eab); */ --background-gradient: linear-gradient(to right, #eef2f3, #8e9eab); */
@@ -45,7 +45,7 @@ main {
.footy { .footy {
background-color: #2e2d2d; background-color: #2e2d2d;
color: var(--font-color); color: white;
padding: 1%; padding: 1%;
position: relative; position: relative;
bottom: 0; bottom: 0;