1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00

Increased minimum luminance to 70%

This commit is contained in:
M66B 2020-05-07 08:05:09 +02:00
parent 0dd07ad8ad
commit b6f4525e0c

View file

@ -124,7 +124,7 @@ public class HtmlHelper {
private static final float FONT_SMALL = 0.8f;
private static final float FONT_LARGE = 1.25f;
private static final int GRAY_THRESHOLD = Math.round(255 * 0.2f);
private static final float MIN_LUMINANCE = 0.5f;
private static final float MIN_LUMINANCE = 0.7f;
private static final int TAB_SIZE = 2;
private static final int MAX_ALT = 250;
private static final int MAX_AUTO_LINK = 250;