From ad8730894e0c43860299631dedadf4e027b814f3 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Sat, 16 Dec 2023 15:03:53 -0600 Subject: Adding tic tac toe content. Like is commented out of home page to activate later. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 0e0e777..ea2eba7 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,7 @@ --about-hue: 310; --nnetwork-hue: 240; + --tic-tac-toe-hue: 60; --foreground-lightness: calc(10% + calc(var(--dark-theme-check) * 70%)); --background-lightness: calc(80% - calc(var(--dark-theme-check) * 70%)); @@ -88,6 +89,10 @@ li.nnetwork { color: hsl(var(--nnetwork-hue), 100%, var(--foreground-lightness)); } +li.tic-tac-toe { + color: hsl(var(--tic-tac-toe-hue), 100%, var(--foreground-lightness)); +} + a { color: var(--contrast-color); } -- cgit v1.2.3