forked from forgejo/forgejo
Backport #24307 Fix #24305 According to MDN, "bold" starts from 700, some fonts do not provide "bolding" for weight 600 Manually backport, no CSS conflict.
This commit is contained in:
parent
1bbbeb24ef
commit
5f82011b7c
10 changed files with 18 additions and 14 deletions
|
@ -55,7 +55,7 @@
|
|||
margin: 20px auto;
|
||||
color: var(--color-red);
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
||||
.page-content.install .ui .reinstall-confirm {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue