aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/popup.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/popup.scss b/src/styles/popup.scss
index 441a68a1..eb4cf628 100644
--- a/src/styles/popup.scss
+++ b/src/styles/popup.scss
@@ -17,3 +17,9 @@
z-index: 3;
backdrop-filter: blur(8px);
}
+
+@media (prefers-color-scheme: light) {
+ .popup {
+ background-color: transparent;
+ }
+}