Files
gameovergne-app/client/src/styles.css
2025-09-24 11:31:28 +02:00

13 lines
262 B
CSS

body, html {
font-family: Roboto, sans-serif;
height: 100%;
background: linear-gradient(
135deg,
rgb(245, 245, 245),
rgb(230, 230, 230)
);
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }