core: body background switched to base

This commit is contained in:
Trianta 2024-11-25 23:39:57 -06:00
parent c77b691279
commit d2ba977656

View File

@ -5,7 +5,7 @@ body {
line-height: 1.5; line-height: 1.5;
max-width: 800px; max-width: 800px;
margin-inline: auto; margin-inline: auto;
background: #dce0e8; background: #eff1f5;
margin: 0px auto; margin: 0px auto;
padding-top: 80px; padding-top: 80px;
} }