mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 13:23:41 +02:00
chore: change body[vv-top-page] CSS for Vegvisir 2.5.0
This commit is contained in:
parent
608f775f24
commit
6d5880fd8b
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ body::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* "enable" the corner glow effect on initial load when a page has been fully loaded */
|
/* "enable" the corner glow effect on initial load when a page has been fully loaded */
|
||||||
body[vv-page]::before {
|
body[vv-top-page]::before {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* # Overrides */
|
/* # Overrides */
|
||||||
|
|
||||||
body[vv-page="/"]::before {
|
body[vv-top-page="/"]::before {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue