BlogSharer/static/style.css

12 lines
112 B
CSS
Raw Normal View History

2023-12-28 17:26:32 -06:00
body {
background-color: black;
}
* {
color: white;
text-align: center;
}
hr {
color: green;
}