mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
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:
parent
32f13b356a
commit
ce1f3e3bab
3 changed files with 3 additions and 3 deletions
|
@ -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**
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* # Overrides */
|
||||
|
||||
body[vv-page="/"]::before {
|
||||
body[vv-top-page="/"]::before {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue