diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:45:33 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:45:33 +0000 |
commit | f510aacc8e3267e158c3326d958f121759ee1728 (patch) | |
tree | c144a4d8fc6a083e5f9ed005227dc2c634b03aa6 /wk8/pset | |
parent | 9ade88c4d256016830118d2100ab9f5f96c80d54 (diff) |
Fri, Jul 5, 2024, 1:45 AM -07:00
Diffstat (limited to 'wk8/pset')
-rw-r--r-- | wk8/pset/homepage/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index d92c48a..9acc34c 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -27,6 +27,7 @@ body { body { background-color: var(--background-img); color: var(--text-color); + background-attachment: fixed; } .topbar { background-color: var(--banner); |