Files
ultimate-ban-tracker/frontend/src/index.css
Nils Pukropp 64fe49e58e
Some checks failed
Build and Release / build (push) Has been cancelled
init
2026-02-21 01:48:48 +01:00

23 lines
367 B
CSS

body {
margin: 0;
padding: 0;
background-color: #171a21;
color: white;
font-family: "Motiva Sans", "Roboto", sans-serif;
overflow: hidden;
}
#root {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
}
/* Remove default Vite styles that might interfere */
:root {
line-height: 1.5;
font-weight: 400;
color-scheme: dark;
}