Skip to content

Commit

Permalink
Lightened red color in instructions
Browse files Browse the repository at this point in the history
Just changed Lightness in the color's HSL representation from 47% to 70%.

Yes, now it is no longer the exact same color as the actual red square. But it's easier to read the red text against the black background of the instructions bubble, and it's still red enough to look like the square.

Some possible alternatives to this:
give .red a white background so you can use the original red color and and still read it
keep this change, and also change the name of this class to .instructions-red so we don't confuse it with the red color of the end position square
  • Loading branch information
roryokane committed Apr 21, 2012
1 parent 0bc84e3 commit cd1d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual/main.css
Expand Up @@ -137,5 +137,5 @@ footer {
}

.red {
color: #e40;
color: #ff9166;
}

0 comments on commit cd1d12e

Please sign in to comment.