From 44a5e440bdc42950db9474fdd5a96c68a9a45c2b Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Mon, 22 Apr 2024 21:08:34 -0600 Subject: [PATCH] Update holygrail.css --- week01/lesson1/styles/holygrail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week01/lesson1/styles/holygrail.css b/week01/lesson1/styles/holygrail.css index a6463c6..077a5c0 100644 --- a/week01/lesson1/styles/holygrail.css +++ b/week01/lesson1/styles/holygrail.css @@ -12,7 +12,7 @@ header { } main-navigation { - background-color: #bed; + background-color: lightseagreen; grid-column: 1/3; padding: 1rem; }