We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f177da commit 9f0bbd4Copy full SHA for 9f0bbd4
lto.php
@@ -63,7 +63,7 @@
63
}
64
65
// Black text, except if we're inverted or COOL.
66
-$textColor = ($palette != "BLACK" || $palette != "COOL") ? [0, 0, 0] : [255, 255, 255];
+$textColor = ($palette != "BLACK" && $palette != "COOL") ? [0, 0, 0] : [255, 255, 255];
67
68
// Start number
69
//$start = 24;
0 commit comments