BlogSharer/static/style.css
2023-12-28 17:26:32 -06:00

12 lines
112 B
CSS

body {
background-color: black;
}
* {
color: white;
text-align: center;
}
hr {
color: green;
}