chore: change body[vv-top-page] CSS for Vegvisir 2.5.0

This commit is contained in:
Victor Westerlund 2024-06-27 12:45:25 +02:00
parent 608f775f24
commit 6d5880fd8b
2 changed files with 2 additions and 2 deletions

View file

@ -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;
} }

View file

@ -1,6 +1,6 @@
/* # Overrides */ /* # Overrides */
body[vv-page="/"]::before { body[vv-top-page="/"]::before {
opacity: 0; opacity: 0;
} }