diff --git a/assets/css/document.css b/assets/css/document.css index dc612cd..2d1cb14 100755 --- a/assets/css/document.css +++ b/assets/css/document.css @@ -53,7 +53,7 @@ body::before { } /* "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; } diff --git a/assets/css/pages/index.css b/assets/css/pages/index.css index 7529a07..d67f6de 100755 --- a/assets/css/pages/index.css +++ b/assets/css/pages/index.css @@ -1,6 +1,6 @@ /* # Overrides */ -body[vv-page="/"]::before { +body[vv-top-page="/"]::before { opacity: 0; }