diff options
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> |