From aa2e045ce08fea863eacf7ee0616ec43f2fd38c9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 6 Apr 2025 10:57:09 +0800 Subject: CSS: Remove --light-text-color from pull-right for accessibility --- forged/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/forged/static/style.css b/forged/static/style.css index b1e208f..30256fe 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -593,7 +593,6 @@ td > ul { .commit-list-small .pull-right { float: right; font-size: 0.85em; - color: var(--light-text-color); margin-left: 1rem; } -- cgit v1.2.3