Files
vote-rllhc/static/css/unauthorised.css
2024-09-28 23:27:33 +02:00

16 lines
142 B
CSS

body {
background-color: #11111b;
text-align: center;
}
h1 {
color: red;
}
h3 {
color: yellow;
}
p, a {
color: white;
}