feat: Lower opacity on landing bg image
All checks were successful
Build Docker / Build Image (push) Successful in 2m13s
All checks were successful
Build Docker / Build Image (push) Successful in 2m13s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user