IPost/css/search.css
2022-06-07 09:16:17 +02:00

13 lines
147 B
CSS

* {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: black;
color: black;
}
.form_div {
text-align: center;
}