From 8271b7c672c0625803a0f6d48b48fe080aff14c6 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 14:59:07 +0800 Subject: [PATCH] style: lighten footer separator color from 40% to 55% lightness Increases contrast and visibility of the footer separator on light backgrounds. Co-Authored-By: Claude --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 3886992e..cf05a78b 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -884,7 +884,7 @@ th[data-sort].sort-asc::after { } .footer-sep { - color: oklch(40% 0.02 55); + color: oklch(55% 0.02 55); } .noscript-msg {