Fix bugs
This commit is contained in:
parent
d612678682
commit
3101c973eb
21 changed files with 113 additions and 97 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue