mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user