diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-15 20:07:07 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-15 20:07:07 -0600 |
commit | 3c13057bc5726686ce937d1b13c1a0430e0085d4 (patch) | |
tree | 6c51436b42bac5e6496abe521bc729588d03fba2 /about.html | |
parent | 793f966038552b7f913a429a2d9e46666468c22f (diff) |
added dynamic theme
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |