summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-23 16:47:05 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-23 16:47:05 -0600
commit815ae70adebd76386704d18ba0b1a5490e9d4525 (patch)
tree8513de24975e6074d2b3783666b700459e54f34d /style.css
parent865eb864587790910fdfcb45322d45b179852799 (diff)
added Dialoguer page
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 9ccd723..4975ab5 100644
--- a/style.css
+++ b/style.css
@@ -15,6 +15,7 @@
--about-hue: 310;
--nnetwork-hue: 240;
--tic-tac-toe-hue: 60;
+ --dialoguer-hue: 0;
--foreground-lightness: calc(10% + calc(var(--dark-theme-check) * 70%));
--background-lightness: calc(80% - calc(var(--dark-theme-check) * 70%));
@@ -112,6 +113,10 @@ li.tic-tac-toe {
color: hsl(var(--tic-tac-toe-hue), 100%, var(--foreground-lightness));
}
+li.dialoguer {
+ color: hsl(var(--dialoguer-hue), 100%, var(--foreground-lightness));
+}
+
a {
color: var(--contrast-color);
}