DWDeathermap/static/index.css
2022-12-29 09:02:15 +01:00

10 lines
208 B
CSS

body {
padding-top: 3em;
background-color: #333333;
color: #ffffff;
text-align: center;
font-size: 15pt;
}
p { font-family: Ubuntu; }
hr { width: 12%; color: #ff1122; margin-bottom: 1em }