We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176b610 commit c57a590Copy full SHA for c57a590
Discord/WebView.swift
@@ -44,6 +44,7 @@ func loadPluginsAndCSS(webView: WKWebView) {
44
hsl(var(--theme-base-color-hsl, 0 0% 0%) / 0.48) var(--theme-base-color-amount, 0%)
45
) !important;
46
}
47
+
48
49
.theme-dark .themed_fc4f04 {
50
background-color: transparent !important;
@@ -65,7 +66,12 @@ func loadPluginsAndCSS(webView: WKWebView) {
65
66
.chat_a7d72e {
67
background: transparent !important;
68
-
69
70
+ .quickswitcher_f4e139 {
71
+ background-color: transparent !important;
72
+ -webkit-backdrop-filter: blur(5px) !important;
73
+ }
74
75
.content_a7d72e {
76
background: none !important;
77
0 commit comments