made the background brighter in light mode
All checks were successful
/ web (push) Successful in 31s

This commit is contained in:
Ell 2024-07-24 13:17:54 +02:00
parent c1cd9bff38
commit 2586c7755e

View file

@ -7,7 +7,7 @@ html {
body {
margin-top: 106px;
font-family: "Roboto", sans-serif;
background-color: #404142;
background-color: #e1e1e1;
margin-bottom: 100px;
}