diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:22:52 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:22:52 +0000 |
commit | 46a198826b3460027ed0b453d518a03bef7cdc0b (patch) | |
tree | d10c9ece7277cec65480a7655ae427d2f47d4e17 /wk8/pset/homepage/styles.css | |
parent | 959f9488283ffcff35e54e7b21b62fe6c14951f0 (diff) |
Fri, Jul 5, 2024, 3:22 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/styles.css')
-rw-r--r-- | wk8/pset/homepage/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index d81ebfc..fc093ce 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -11,7 +11,7 @@ --accent-2: #a225e3; --content-spacing: 5px; --background-img: #332233; - --banner: #EB53D3; + --banner: url("/miau.gif"); --titleBars: #551251; --text-color: white; --border:1px solid black; @@ -31,7 +31,7 @@ body { background-attachment: fixed; } .topbar { - background-color: var(--banner); + background-image: var(--banner); height:150px; margin-bottom:var(--content-spacing); border:var(--border); |