aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 10:57:09 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 10:57:09 +0800
commitaa2e045ce08fea863eacf7ee0616ec43f2fd38c9 (patch)
tree2acfabb0328710a27374a05f917394edc681143f
parentMakefile: Don't overwrite forged/internal/embed/.gitignore (diff)
downloadforge-aa2e045ce08fea863eacf7ee0616ec43f2fd38c9.tar.gz
forge-aa2e045ce08fea863eacf7ee0616ec43f2fd38c9.tar.zst
forge-aa2e045ce08fea863eacf7ee0616ec43f2fd38c9.zip
CSS: Remove --light-text-color from pull-right for accessibility
-rw-r--r--forged/static/style.css1
1 files changed, 0 insertions, 1 deletions
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;
}