fix(iframe): background was white in tomorrow theme

This commit is contained in:
Tom (plebeius.eth)
2024-07-04 16:39:04 +02:00
parent 89e19adb5c
commit 8d766cc9e3
4 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ hr {
text-transform: capitalize;
}
* {
color-scheme: var(--color-scheme, revert);
:root {
color-scheme: dark;
}
@media (max-width: 640px) {