Compare commits

...

2 commits

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