summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-16 15:03:53 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-16 15:03:53 -0600
commitad8730894e0c43860299631dedadf4e027b814f3 (patch)
tree1e32399a83851946b8c04875f513f9b24049e641 /style.css
parentc5c5cc0793d0c000771ddd88e49e3dd77026f15b (diff)
Adding tic tac toe content. Like is commented out of home page to activate later.
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
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);
}