From 340d8df48083b77f4d030e80eac0db9068676779 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 17 Sep 2026 20:11:38 +1200 Subject: [PATCH] Set visible default link color Assisted-By: devx/664aed45-9655-4025-8b70-66f111f4db27 --- public/_static/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/_static/index.css b/public/_static/index.css index f0f4bbd..645feac 100644 --- a/public/_static/index.css +++ b/public/_static/index.css @@ -24,6 +24,10 @@ html, body { overflow: hidden; } +a { + color: var(--accent-light); +} + /* ======================== SHARED INTERFACE COMPONENTS ======================== */