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 | ||
| A Simple Tic Tac Toe Web Page | Christian Hodgden |
| 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%); } |