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
This commit is contained in:
Victor Westerlund 2024-07-04 15:08:15 +00:00 committed by GitHub
parent 32f13b356a
commit ce1f3e3bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ This website is built for PHP 8.0+ and MariaDB 14+ (for the API database).
**Confimed supported framework versions:** **Confimed supported framework versions:**
Vegvisir|Reflect 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) ## Website (Vegvisir)
1. **Download this repo** 1. **Download this repo**

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