From 9c4c7d2acb66091ff0ef9d6e8cb965046583bbf6 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Tue, 3 Jun 2025 09:13:31 +0200 Subject: [PATCH] Make "No description" dark --- 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..ef7eb17d3b 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); +} \ No newline at end of file