Skip to content

Commit

Permalink
feat(core): ✨ use medium font weight for menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jul 6, 2023
1 parent 462d1dd commit 6b1a7d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/skins.citizen.styles/components/Menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

.mw-list-item {
line-height: var( --line-height-xs );

a {
font-weight: var( --font-weight-medium );
}
}

a {
Expand Down

0 comments on commit 6b1a7d1

Please sign in to comment.