fix blurry red disconnect icon

This commit is contained in:
RossAscends
2023-04-30 20:17:41 +09:00
parent a47f21abc0
commit 46b708d408

View File

@@ -3295,10 +3295,9 @@ label[for="extensions_autoconnect"] {
} }
.redOverlayGlow { .redOverlayGlow {
color: rgba(100, 0, 0, 0.5); color: #800;
opacity: 0.8 !important; opacity: 0.8 !important;
text-shadow: none !important; text-shadow: none !important;
filter: drop-shadow(0px 0px 2px red) !important;
} }
.inline-drawer-header { .inline-drawer-header {