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:
parent
3b4f74cbf1
commit
0506332848
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user