Bluesky app fork with some witchin' additions 💫

fix iframe transparency by unspecifying color-scheme (#7967)

authored by samuel.fm and committed by

GitHub 26fb0a7f 94d7bc98

+1 -1
+1 -1
bskyembed/src/index.css
··· 6 6 word-break: break-word; 7 7 } 8 8 9 - :root { 9 + #app { 10 10 color-scheme: light dark; 11 11 } 12 12