Files
my-links/inertia/styles/index.css
2024-11-10 00:00:20 +01:00

7 lines
122 B
CSS

html,
body {
height: 100svh;
width: 100%;
background-color: light-dark(var(--mantine-color-white), rgb(34, 40, 49));
}