feat: Update opacity of bg image
All checks were successful
Build Docker / Build Image (push) Successful in 1m2s

This commit is contained in:
2025-08-07 16:25:08 +10:00
parent 71725cfecb
commit 7203672773
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

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