0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00

Reduce project issue card title size

This commit is contained in:
Brecht Van Lommel 2023-11-28 16:57:32 +01:00
parent 9b708de650
commit 771f37d356

View file

@ -46,6 +46,7 @@
/* Bold is excessive on issue title when shown without details. */
.issue-card-title {
font-variation-settings: normal !important;
font-size: 16px;
}
.repository.view.issue .title .issue-title h1 {