diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:25:20 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:25:20 +0000 |
commit | 37d76ca5cfa81e9fea294e1d1496e737675b310e (patch) | |
tree | 46f1210430d5cc3d96f6ae5bbb0253a7cc2f4c9a /wk8/pset/homepage | |
parent | f5314347ae9dc1a205104585729c48e8588024ba (diff) |
Fri, Jul 5, 2024, 12:25 AM -07:00
Diffstat (limited to 'wk8/pset/homepage')
-rw-r--r-- | wk8/pset/homepage/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index 035ec62..0e206e8 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -1,5 +1,5 @@ :root { - --main-color: hotpink; + background: #221122; } .centered |