From 2ee8283d684a59c84bb358005481533ff543808e Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Thu, 22 Jan 2026 15:06:01 -0500 Subject: [PATCH] update heliohost link color (more visible in dark mode) --- scripts/gen_services_map.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gen_services_map.py b/scripts/gen_services_map.py index 1fd6286..926a60a 100755 --- a/scripts/gen_services_map.py +++ b/scripts/gen_services_map.py @@ -26,6 +26,8 @@ HTML_TEMPLATE = """ .meta {{ font-size: 0.85em; color: #888; }} footer {{ margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #333; font-size: 0.8em; color: #666; text-align: center; }} footer .ssi {{ font-family: monospace; background: #2d3748; padding: 0.2em 0.5em; border-radius: 3px; color: #a0aec0; }} + footer a {{ color: #93c5fd; }} + footer a:hover {{ color: #bfdbfe; }} -- 2.52.0