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