From 935a04c0425ef2556b96e055909aa84a0c996bd0 Mon Sep 17 00:00:00 2001 From: Timmy Date: Sat, 4 Apr 2026 21:32:14 +0100 Subject: [PATCH] Styling it up --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index e1a1df0e..86bc77ca 100644 --- a/website/style.css +++ b/website/style.css @@ -87,7 +87,7 @@ header nav { header nav a { font-size: 0.82rem; - color: var(--text-dim); + color: var(--text-secondary); } header nav a:hover { color: var(--text); opacity: 1; }