twifeur/pages/static/style.css
2024-05-24 02:04:48 +02:00

23 lines
No EOL
290 B
CSS

html,
body,
header,
main,
footer {
margin: 0;
padding: 0;
}
h1 {
font-size: 1.5rem;
}
h3 {
font-size: 1rem;
}
body {
background-color: #181818;
color: #eee;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
overflow-x: hidden
}