From 3c13057bc5726686ce937d1b13c1a0430e0085d4 Mon Sep 17 00:00:00 2001
From: TinWoodman92 <chrhodgden@gmail.com>
Date: Fri, 15 Dec 2023 20:07:07 -0600
Subject: added dynamic theme

---
 about.html | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'about.html')

diff --git a/about.html b/about.html
index e0154b8..13f41b5 100644
--- a/about.html
+++ b/about.html
@@ -4,6 +4,11 @@
 <head>
 	<title>chrhodgden - About</title>
 	<link rel="stylesheet" href="style.css"/>
+	<style>
+		:root {
+			--theme-hue: var(--about-hue);
+		}
+	</style>
 </head>
 
 <body>
-- 
cgit v1.2.3