From 04478d8b373b6f732f154e6b5a0e042568252c7a Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 22 Jun 2019 06:24:20 -0600 Subject: [PATCH] change instruction colour to yellow, easier to see --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 55c7c80..7f36f55 100644 --- a/styles.css +++ b/styles.css @@ -116,7 +116,7 @@ footer { .instructions { - color: red; + color: yellow; font-weight: bold; text-shadow: 2px 2px 5px #000000; }