Skip to content

Commit 9f0bbd4

Browse files
committed
get the logic right this time
1 parent 7f177da commit 9f0bbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464

6565
// Black text, except if we're inverted or COOL.
66-
$textColor = ($palette != "BLACK" || $palette != "COOL") ? [0, 0, 0] : [255, 255, 255];
66+
$textColor = ($palette != "BLACK" && $palette != "COOL") ? [0, 0, 0] : [255, 255, 255];
6767

6868
// Start number
6969
//$start = 24;

0 commit comments

Comments
 (0)