diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-11 19:21:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 12:21:27 -0700 |
commit | 26fb0a7f171b334427317afb2c6fc54bcba97f81 (patch) | |
tree | 50baabaa9d7e17e412d2484e93a7f4035eb6e35b /bskyembed | |
parent | 94d7bc986f324342f2bdc50f80af5c317f8ca425 (diff) | |
download | voidsky-26fb0a7f171b334427317afb2c6fc54bcba97f81.tar.zst |
fix iframe transparency by unspecifying color-scheme (#7967)
Diffstat (limited to 'bskyembed')
-rw-r--r-- | bskyembed/src/index.css | 2 |
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; } |