diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:42:56 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:42:56 -0500 |
commit | d2392ced878b3ac99b3bf5e5be2b8bc3df672561 (patch) | |
tree | a60aa2a0cba2e0051a74fd20bdd5e0f1dee0f3ab /css | |
parent | bcfb8df203c29f305e97b72a2d81c3f7fa15d1a9 (diff) |
add background colour
Diffstat (limited to 'css')
-rw-r--r-- | css/stylesheet.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |