chore: update body styles in styles.css to set background color

This commit is contained in:
itsscb 2025-03-04 21:08:50 +01:00
parent 677a05ba1d
commit 44d052ca48

View File

@ -8,9 +8,9 @@
body {
max-width: clamp(320px, 90%, 1000px);
/* additional recommendation */
margin: auto;
padding-top: 1rem;
/*font-size: 1.25rem;*/
line-height: 1.25;
background-color: black;
}