diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:38:47 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:38:47 +0000 |
commit | b27feec8be1f8777a9e1a12077cd9c1f405c5464 (patch) | |
tree | 94ac116b77f86d55b37aa8256906e9451278e7db /wk8/pset | |
parent | 311168174c3295fc493b32350ba4221560445773 (diff) |
Fri, Jul 5, 2024, 12:38 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 21d5cd9..cfb65bc 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -1,5 +1,6 @@ :root { - background: #221122; + --background: #221122; + } .centered |