This commit is contained in:
Andras Schmelczer 2019-09-07 21:17:34 +02:00
commit 3101c973eb
21 changed files with 113 additions and 97 deletions

View file

@ -21,10 +21,14 @@ $line-height: 2px;
}
}
html,
html {
height: 100%;
background-color: $text-color;
}
body {
height: 100%;
background: $background-gradient;
background: $background-gradient-opaque;
}
body {