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