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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 14:59:07 +08:00
parent 315c18805f
commit 8271b7c672

View File

@@ -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 {