Make "No description" dark

This commit is contained in:
Minecon724 2025-06-03 09:13:31 +02:00
commit a83358d5bd
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -2847,3 +2847,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);
}