docs: Make background at least one screen tall

Otherwise this would look ugly by stopping the gradient after the
content, so in e.g. the `end` or `false` page it would leave an ugly stripe at
the bottom.
This commit is contained in:
Fabian Homborg 2021-04-17 17:36:32 +02:00
parent d9b212f60b
commit 4bcecc8983

View file

@ -2,6 +2,7 @@
html {
background: none;
min-height: 100%;
}
body {