mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fixed the background going from white to gray, suddenly, if the page's height stretched too high
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user