From ce1f3e3bab984d18683a5ccf4086435fa5869ef4 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 4 Jul 2024 15:08:15 +0000 Subject: [PATCH] chore: change `body[vv-top-page]` CSS for Vegvisir 2.5.0 (#39) * chore: change body[vv-top-page] CSS for Vegvisir 2.5.0 * chore(doc): update supported framework versions --- README.md | 2 +- assets/css/document.css | 2 +- assets/css/pages/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed3df29..1252ec5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This website is built for PHP 8.0+ and MariaDB 14+ (for the API database). **Confimed supported framework versions:** Vegvisir|Reflect --|-- -✅ [`2.4.4`](https://github.com/VictorWesterlund/vegvisir/releases/tag/2.4.4)|✅ [`2.7.1`](https://github.com/VictorWesterlund/reflect/releases/tag/2.7.1) +✅ [`2.5.0`](https://github.com/VictorWesterlund/vegvisir/releases/tag/2.5.0)|✅ [`2.7.2`](https://github.com/VictorWesterlund/reflect/releases/tag/2.7.2) ## Website (Vegvisir) 1. **Download this repo** 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; }