mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Use very light grey instead of white for message text in dark theme
This commit is contained in:
parent
d14bdc0b79
commit
1c722876f1
@ -172,7 +172,7 @@ public class MessageWebView extends TitleBarWebView {
|
|||||||
String content = "<html><head><meta name=\"viewport\" content=\"width=device-width\"/>";
|
String content = "<html><head><meta name=\"viewport\" content=\"width=device-width\"/>";
|
||||||
if (K9.getK9MessageViewTheme() == K9.Theme.DARK) {
|
if (K9.getK9MessageViewTheme() == K9.Theme.DARK) {
|
||||||
content += "<style type=\"text/css\">" +
|
content += "<style type=\"text/css\">" +
|
||||||
"* { background: black ! important; color: white !important }" +
|
"* { background: black ! important; color: #F3F3F3 !important }" +
|
||||||
":link, :link * { color: #CCFF33 !important }" +
|
":link, :link * { color: #CCFF33 !important }" +
|
||||||
":visited, :visited * { color: #551A8B !important }</style> ";
|
":visited, :visited * { color: #551A8B !important }</style> ";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user