From 3a488a5dc0ab64f4e9bef46c09e2f527adbf2efe Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Fri, 5 Jul 2024 06:25:42 +0000 Subject: Thu, Jul 4, 2024, 11:25 PM -07:00 --- wk8/pset/trivia/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wk8/pset/trivia/styles.css b/wk8/pset/trivia/styles.css index de7b706..08e359f 100644 --- a/wk8/pset/trivia/styles.css +++ b/wk8/pset/trivia/styles.css @@ -16,7 +16,7 @@ body { } .header { - background-color: #477bff; + background-color: #bb0055; color: #fff; margin-bottom: 2rem; padding: 2rem 1rem; -- cgit v1.2.3