Add parallax
This commit is contained in:
parent
c8679b77bf
commit
c2dbf995cc
18 changed files with 102 additions and 56 deletions
|
|
@ -18,19 +18,7 @@
|
|||
}
|
||||
|
||||
html {
|
||||
background-color: $normal-text-color;
|
||||
color: $inverse-text-color;
|
||||
}
|
||||
|
||||
@supports (background: $background) {
|
||||
html {
|
||||
background: $background;
|
||||
color: $normal-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: $background-end;
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue