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

23 lines
221 B
CSS

body {
background-color: #11111b;
padding:0;
margin:0;
}
h2 {
color: yellow;
}
p {
color: white;
}
a {
color: white;
}
.app {
width: fit-content;
margin: auto;
text-align: center;
}