feat: Lower opacity on landing bg image
All checks were successful
Build Docker / Build Image (push) Successful in 2m13s

This commit is contained in:
2025-08-07 15:33:07 +10:00
parent 3cfb7f1ebb
commit 71725cfecb
3 changed files with 8 additions and 2 deletions

View File

@@ -22,10 +22,16 @@
background: rgba(0,0,0,0.79);
}
[data-bs-theme=dark] .clean-block.clean-hero::before {
background: url("/assets/img/backgrounds/blocksaugw.svg") center / contain no-repeat;
color: rgba(0,0,0,0);
filter: opacity(10%);
}
.clean-block.clean-hero::before {
background: url("/assets/img/backgrounds/blocksaug.svg") center / contain no-repeat;
color: rgba(0,0,0,0);
filter: opacity(20%);
filter: opacity(10%);
}
.floating-switch {