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:
parent
cc440900b9
commit
19fc8d9a0a
|
@ -9,7 +9,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
||||||
background-color: #ddd;
|
background-color: #eee;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue