fix css not being applied to iframes

This commit is contained in:
SethBurkart123
2023-12-20 15:01:48 +11:00
parent 4d143992ef
commit af5bf969f9
2 changed files with 50 additions and 72 deletions
+10 -6
View File
@@ -26,14 +26,18 @@ body {
blockquote.forward > .preamble {
color: rgba(255, 255, 255, 0.7) !important;
> .date > .value, blockquote.forward > .preamble > .sender > .value {
color: rgba(255, 255, 255, 0.7) !important;
}
> .date > .label, blockquote.forward > .preamble > .sender > .label {
color: rgba(255, 255, 255, 0.7) !important;
}
}
blockquote.forward > .preamble > .date > .value, blockquote.forward > .preamble > .sender > .value {
color: rgba(255, 255, 255, 0.7) !important;
}
blockquote.forward > .preamble > .date > .label, blockquote.forward > .preamble > .sender > .label {
color: rgba(255, 255, 255, 0.7) !important;
[bgcolor="#ffffff"] {
color: black;
}
table th {