mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Black background for WebView in dark theme
This commit is contained in:
@@ -1520,7 +1520,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
if (dark) {
|
||||
String color = String.format("#%06X", (args.getInt("color") & 0xFFFFFF));
|
||||
original.html = "<style type=\"text/css\">" +
|
||||
"* { background: transparent !important; color: " + color + " !important }" +
|
||||
"* { background: black !important; color: " + color + " !important }" +
|
||||
"</style>" + original.html;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user