From aa28b50d35c60f1d965765e9cd7926d84e1d9be7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 14 Aug 2025 16:50:42 -0700 Subject: [PATCH] Add color for hyperlinks. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index d3b2088..ca7492e 100644 --- a/static/style.css +++ b/static/style.css @@ -22,6 +22,10 @@ footer { clear: both ; } +a { + color: #cc6 +} + /* For TAGLIST.HTML */ .taglist { text-align: center ;