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

This commit is contained in:
Samuel Newman
2025-03-11 19:21:27 +00:00
committed by GitHub
parent 94d7bc986f
commit 26fb0a7f17
+1 -1
View File
@@ -6,7 +6,7 @@
word-break: break-word; word-break: break-word;
} }
:root { #app {
color-scheme: light dark; color-scheme: light dark;
} }