core: Let's try some neutral colors to avoid clashing with app colors.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m51s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m51s
This commit is contained in:
@ -7,8 +7,8 @@ html {
|
||||
|
||||
body {
|
||||
font-family: monospace;
|
||||
background-color: #002b36;
|
||||
color: #eee8d5;
|
||||
background-color: #444;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user