summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage
diff options
context:
space:
mode:
Diffstat (limited to 'wk8/pset/homepage')
-rw-r--r--wk8/pset/homepage/styles.css4
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);