Loading src/com/fsck/k9/view/MessageWebView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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> "; } Loading Loading
src/com/fsck/k9/view/MessageWebView.java +1 −1 Original line number Diff line number Diff line Loading @@ -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> "; } Loading