Added dark background

This commit is contained in:
root 2023-06-02 12:56:33 +02:00
parent 1952578f71
commit f5f2faa069
1 changed files with 2 additions and 0 deletions

View File

@ -1,11 +1,13 @@
body {
font-family: 'Courier New', Courier, monospace;
background-color: #181a1b;
}
#header {
border-radius: 10px;
text-align: center;
background-color: dimgray;
color: #eee;
width: 100%;
padding-top: 25px;
padding-bottom: 25px;