diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-01-27 12:01:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 12:01:55 -0600 |
commit | 9a71a35ab8740103a4ffd9d3fe7610e4f637c2e1 (patch) | |
tree | 3d646b54a747ff9145c678421099b5d990fe2f3c | |
parent | 4f41c8fce448933e88965833feff0fb3faab79b5 (diff) |
Update style.css
Set to red : )
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ :root{ - --foreground-color: hsl(180, 50%, 50%); + --foreground-color: hsl(0, 50%, 50%); --background-color: hsl(0, 0%, 0%); } |