change instruction colour to yellow, easier to see

This commit is contained in:
Asif Bacchus 2019-06-22 06:24:20 -06:00
parent 991414bf5b
commit 04478d8b37
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ footer {
.instructions { .instructions {
color: red; color: yellow;
font-weight: bold; font-weight: bold;
text-shadow: 2px 2px 5px #000000; text-shadow: 2px 2px 5px #000000;
} }