0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-09 01:17:43 +02:00

fix: use CSS variable for font-weight in TOC sidebar

This commit is contained in:
hamki 2025-12-27 00:01:19 +08:00
parent 3b4f74cbf1
commit 0506332848
No known key found for this signature in database
GPG Key ID: 092D4EC7F4DECB68

View File

@ -144,7 +144,7 @@
}
.file-view-toc summary {
font-weight: 600;
font-weight: var(--font-weight-semibold);
cursor: pointer;
padding: 8px 0;
color: var(--color-text);