From aa2e045ce08fea863eacf7ee0616ec43f2fd38c9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 06 Apr 2025 10:57:09 +0800 Subject: [PATCH] CSS: Remove --light-text-color from pull-right for accessibility --- forged/static/style.css | 1 - diff --git a/forged/static/style.css b/forged/static/style.css index b1e208f326e28027d4cdc3832f0571bbb924d158..30256fe0b5597959335e8b27016a46deda42d368 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -593,7 +593,6 @@ .commit-list-small .pull-right { float: right; font-size: 0.85em; - color: var(--light-text-color); margin-left: 1rem; } -- 2.48.1