website/default_style.css

5 lines
94 B
CSS

body {
background-color: #01011f;
color: rgb(255, 150, 150);
text-align: center;
}