Update page background color

Update the page background color in the main CSS file for better contrast and easier reading.
This commit is contained in:
luca0N! 2024-03-17 14:54:47 -03:00
parent cc440900b9
commit 19fc8d9a0a
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;
}