Skip to content

Commit 2a830b2

Browse files
authored
fix(proton): light color scheme for message iframe (catppuccin#919)
1 parent e034701 commit 2a830b2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

styles/proton/catppuccin.user.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Proton Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/proton
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton
5-
@version 0.1.6
5+
@version 0.1.7
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aproton
88
@description Soothing pastel theme for Proton
@@ -236,6 +236,10 @@
236236
background-color: var(--navigation-current-item-background-color);
237237
color: var(--email-item-unread-text-color);
238238
}
239+
240+
.message-content:not(.plain) .message-iframe iframe {
241+
color-scheme: light;
242+
}
239243
}
240244
}
241245

0 commit comments

Comments
 (0)