From c9a28d08aeb2d2883811c5719443145f93011452 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 17:09:21 -0800 Subject: style(v2): make links blue and bold to match legacy look (NK-6b4a2e) --- frontend/src/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'frontend/src/index.css') diff --git a/frontend/src/index.css b/frontend/src/index.css index fcfde1b..3b39cf5 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -70,6 +70,11 @@ button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } +a { + color: var(--link-color); + text-decoration: none; +} + @media (prefers-color-scheme: light) { :root { color: #213547; @@ -77,7 +82,8 @@ button:focus-visible { } a:hover { - color: #747bff; + color: blue; + text-decoration: underline; } button { -- cgit v1.2.3