Fix: Disabled blend effect to fix non-working blur effect
Fix: Made overlay slightly brighter to compensate for the lack of blend mode
This commit is contained in:
parent
d8e026e227
commit
33f9b007f6
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ html {
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
border-radius: var(--largeRadius) !important;
|
border-radius: var(--largeRadius) !important;
|
||||||
border: solid rgb(255 255 255 / 65%) var(--borderWidth);
|
border: solid rgb(255 255 255 / 65%) var(--borderWidth);
|
||||||
mix-blend-mode: plus-lighter;
|
/* mix-blend-mode: plus-lighter; */
|
||||||
background: var(--hoverGradient);
|
background: var(--hoverGradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue