diff options
-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%); } |
index : tic-tac-toe-html.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | style.css | 2 |
@@ -1,5 +1,5 @@ :root{ - --foreground-color: hsl(180, 50%, 50%); + --foreground-color: hsl(0, 50%, 50%); --background-color: hsl(0, 0%, 0%); } |