Set background color explicitly

This commit is contained in:
Lily Rose 2024-04-26 12:03:52 +10:00
parent b15305dc73
commit 9501213af5
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
padding: 0; padding: 0;
height: 100%; height: 100%;
font-family: sans-serif; font-family: sans-serif;
background-color: #1c1b22;
} }
body { body {
display: flex; display: flex;