fix: iframes not enabling dark mdoe

This commit is contained in:
SethBurkart123
2024-02-07 17:14:48 +11:00
parent e6e10e3d04
commit 88c9aa10f8
3 changed files with 34 additions and 5 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
.dark {
p,
div,
span {
span,
body {
color: white !important;
text-shadow: 1px 1px 2px #161616, 0 0 1em #161616;
}