Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c722876 authored by cketti's avatar cketti
Browse files

Use very light grey instead of white for message text in dark theme

parent d14bdc0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ public class MessageWebView extends TitleBarWebView {
        String content = "<html><head><meta name=\"viewport\" content=\"width=device-width\"/>";
        if (K9.getK9MessageViewTheme() == K9.Theme.DARK)  {
            content += "<style type=\"text/css\">" +
                   "* { background: black ! important; color: white !important }" +
                   "* { background: black ! important; color: #F3F3F3 !important }" +
                   ":link, :link * { color: #CCFF33 !important }" +
                   ":visited, :visited * { color: #551A8B !important }</style> ";
        }