From 60a8b7793f3ed137575d2a5da4bf899888be6d6a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 20 Jan 2026 05:08:07 -0800 Subject: style: Remove default link underline styling --- internal/server/static/style.css | 5 +++++ internal/server/templates/index.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/internal/server/static/style.css b/internal/server/static/style.css index 94a7e11..f494dcf 100644 --- a/internal/server/static/style.css +++ b/internal/server/static/style.css @@ -71,6 +71,11 @@ body { line-height: 1.5; } +a { + color: inherit; + text-decoration: none; +} + /* Utility classes */ .font-mono { font-family: 'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace; diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html index 12bcb12..886ef63 100644 --- a/internal/server/templates/index.html +++ b/internal/server/templates/index.html @@ -88,7 +88,7 @@ {{else}}
{{end}} - {{if .Link}}{{.Name}}{{else}}{{.Name}}{{end}} + {{if .Link}}{{.Name}}{{else}}{{.Name}}{{end}} {{.Type}}
@@ -185,7 +185,7 @@
-- cgit v1.2.3