website/default_style.css

5 lines
94 B
CSS
Raw Normal View History

2022-03-25 11:08:07 +00:00
body {
background-color: #01011f;
color: rgb(255, 150, 150);
text-align: center;
}