diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:23:27 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:23:27 +0000 |
commit | f5314347ae9dc1a205104585729c48e8588024ba (patch) | |
tree | e927255b42163d14a480cb17031bede12313a599 /wk8/pset/homepage/styles.css | |
parent | 5fe19ca6b9f437056f6492237f068d7e48df8bf6 (diff) |
Fri, Jul 5, 2024, 12:23 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/styles.css')
-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 7ac4911..035ec62 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -1,5 +1,5 @@ :root { - background: black; + --main-color: hotpink; } .centered |