Fixed the background going from white to gray, suddenly, if the page's height stretched too high

This commit is contained in:
Koper
2023-07-25 16:13:50 +07:00
parent 1be333b512
commit 6e3fe756c5

View File

@@ -9,12 +9,7 @@
}
body {
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
background: white;
font-family: "Roboto", sans-serif;
}