From 7aef45e8dd4d5c55e60b946b8f8a4f278a5b2235 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 13 Sep 2025 09:56:49 +0000 Subject: [PATCH] Darken No description placeholder --- web_src/css/repo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index e8d32ab09b..a697de40c2 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2799,3 +2799,7 @@ tbody.commit-list { #repo-activity-top-authors-chart { height: 150px; /* Pre-allocate the height that will be taken up by the chart, to avoid the container 'jumping'. */ } + +.no-description { + color: var(--color-text-light-3); +}