mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Simplification
This commit is contained in:
@@ -2401,7 +2401,7 @@ public class HtmlHelper {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
|
||||
// https://developer.android.com/reference/android/webkit/WebSettings#setAlgorithmicDarkeningAllowed(boolean)
|
||||
|
||||
if (hasColorScheme(document, "dark"))
|
||||
if (true || hasColorScheme(document, "dark"))
|
||||
return;
|
||||
|
||||
document.head().appendElement("style").html(
|
||||
|
||||
Reference in New Issue
Block a user