Update outdated background color (#4)

The background color for the light theme, which has been changed on commit 19fc8d9a0a, was updated in the light theme CSS file.
This commit is contained in:
luca0N! 2024-03-24 16:36:01 -03:00
parent dfe60c6800
commit e4ce651b94
Signed by: luca0N
GPG Key ID: 5978D960572B449E
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ body {
margin: 0;
font-family: sans-serif;
background-color: #ddd;
background-color: #eee;
color: #333;
}