Skip to content

Commit

Permalink
correct font-weight mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jennur authored and zzacharo committed Sep 22, 2023
1 parent fde1f2c commit f3f2a8d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions assets/less/zenodo-rdm/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ body {
}
}

h2, .ui.large.header,
h3, .ui.medium.header,
h4, .ui.small.header,
h5, .ui.tiny.header {
font-weight: @semibold !important;
.main-record-content {
h2, h2.ui.header, .ui.large.header,
h3, h3.ui.header, .ui.medium.header,
h4, h4.ui.header, .ui.small.header,
h5, h5.ui.header, .ui.tiny.header {
font-weight: @semibold !important;
}
}

#invenio-nav {
Expand Down

0 comments on commit f3f2a8d

Please sign in to comment.