swave-frontend/src/styles.css
José Manuel a7e1c99a65
Some checks failed
gitea/swave-frontend/pipeline/head There was a failure building this commit
Initial commit
2024-10-02 22:56:10 +02:00

10 lines
142 B
CSS

html {
font-size: 16px;
font-family: 'Roboto', sans-serif;
color: white;
}
body {
margin: 0;
background-color: #181818;
}