mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
7 lines
122 B
CSS
7 lines
122 B
CSS
html,
|
|
body {
|
|
height: 100svh;
|
|
width: 100%;
|
|
background-color: light-dark(var(--mantine-color-white), rgb(34, 40, 49));
|
|
}
|