Added dark background
This commit is contained in:
parent
1952578f71
commit
f5f2faa069
|
@ -1,11 +1,13 @@
|
||||||
body {
|
body {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
|
background-color: #181a1b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: dimgray;
|
background-color: dimgray;
|
||||||
|
color: #eee;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
|
|
Loading…
Reference in New Issue