fix: put the whole page in a dark-theme (#39)

This commit is contained in:
Patric Stout
2024-05-10 18:28:44 +02:00
committed by GitHub
parent 6f0f4aaa3e
commit 7dac3591c4
2 changed files with 5 additions and 0 deletions

View File

@@ -2,3 +2,7 @@
padding: 0;
margin: 0;
}
body {
background-color: #111111;
}

View File

@@ -5,6 +5,7 @@
.content {
background-color: #111111;
border: 1px solid #4f4f4f;
border-radius: 25px;
color: #c5c5c5;
display: flex;