about summary refs log tree commit diff
path: root/bskyembed
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-03-11 19:21:27 +0000
committerGitHub <noreply@github.com>2025-03-11 12:21:27 -0700
commit26fb0a7f171b334427317afb2c6fc54bcba97f81 (patch)
tree50baabaa9d7e17e412d2484e93a7f4035eb6e35b /bskyembed
parent94d7bc986f324342f2bdc50f80af5c317f8ca425 (diff)
downloadvoidsky-26fb0a7f171b334427317afb2c6fc54bcba97f81.tar.zst
fix iframe transparency by unspecifying color-scheme (#7967)
Diffstat (limited to 'bskyembed')
-rw-r--r--bskyembed/src/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyembed/src/index.css b/bskyembed/src/index.css
index efd9f4a4e..91ea9d7ee 100644
--- a/bskyembed/src/index.css
+++ b/bskyembed/src/index.css
@@ -6,7 +6,7 @@
   word-break: break-word;
 }
 
-:root {
+#app {
   color-scheme: light dark;
 }