mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 07:13:09 -05:00
Fix excessively bold text on project board issue cards
This commit is contained in:
parent
a168b7d35a
commit
013fbe1b18
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
font-variation-settings: "wght" var(--font-weight-bold);
|
||||
}
|
||||
|
||||
/* Bold is excessive on issue title when shown without details. */
|
||||
.issue-card-title {
|
||||
font-variation-settings: normal !important;
|
||||
}
|
||||
|
||||
.repository.view.issue .title .issue-title h1 {
|
||||
font-variation-settings: "wght" var(--font-weight-thin);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue