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

This commit is contained in:
2025-01-18 21:56:43 -05:00
parent ac12e350bf
commit 11564a5292
3 changed files with 5 additions and 5 deletions

View File

@ -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;