mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
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:
parent
d9b212f60b
commit
4bcecc8983
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
html {
|
||||
background: none;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue