UI: Fix broken path to font
And move font-weight overrides to the header so it affects all themes.
This commit is contained in:
parent
9d337666c9
commit
5c63c87393
2 changed files with 13 additions and 12 deletions
|
@ -210,17 +210,6 @@
|
|||
--color-footer-links: var(--color-text-light-1);
|
||||
}
|
||||
|
||||
/* Strong/bold elements. */
|
||||
strong, b, h1, h2, h3, h4, h5, h6,
|
||||
.issue.list>.item .issue-item-top-row {
|
||||
font-weight: normal !important;
|
||||
font-variation-settings: "wght" var(--font-weight-bold);
|
||||
}
|
||||
|
||||
.repository.view.issue .title .issue-title h1 {
|
||||
font-variation-settings: "wght" var(--font-weight-thin);
|
||||
}
|
||||
|
||||
/* Custom styling of individual elements.
|
||||
* Using !important is bad, but unfortunately gitea does it already in _base.less. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue