From d2392ced878b3ac99b3bf5e5be2b8bc3df672561 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 27 Apr 2024 15:42:56 -0500 Subject: add background colour --- css/stylesheet.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css') diff --git a/css/stylesheet.css b/css/stylesheet.css index ad1e25c..9f9c01b 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -58,6 +58,7 @@ a:hover { .footer { position: fixed; + background-color: #fff8ea; bottom: 0; margin: auto; width: 700px; -- cgit v1.2.3