diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:12:26 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:12:26 +0000 |
commit | 3afb7b9c2cd42fb4544afd1ff84e72db055636e7 (patch) | |
tree | d959e26973e01894729c5a00af711023f4ec3b5e /wk8/pset | |
parent | 196366eadc8d8ebe62488a5a2bc89418003a726e (diff) |
Fri, Jul 5, 2024, 1:12 AM -07:00
Diffstat (limited to 'wk8/pset')
-rw-r--r-- | wk8/pset/homepage/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index 69b6922..d95ecdc 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -12,7 +12,7 @@ --content-spacing: 5px; --background-img: #332233; --banner: #EB53D3; - --titleBars: #6eebff; + --titleBars: #551251; --text-color: white; --border:1px solid black; } @@ -74,6 +74,7 @@ aside { footer { border:var(--border); color: red; + font-weight:bold; height:25px; margin-top:var(--content-spacing); background-color:var(--titleBars); |