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:
lscambo13
2024-12-26 09:01:15 -08:00
parent d8e026e227
commit 33f9b007f6

View File

@@ -115,7 +115,7 @@ html {
.cardOverlayContainer {
border-radius: var(--largeRadius) !important;
border: solid rgb(255 255 255 / 65%) var(--borderWidth);
mix-blend-mode: plus-lighter;
/* mix-blend-mode: plus-lighter; */
background: var(--hoverGradient);
}