Fix icon menu item button font weight

This commit is contained in:
Tetrakern 2024-12-27 07:41:00 +01:00
parent 6f394d5842
commit 3480a94a11
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,15 +5,14 @@
.icon-menu {
display: flex;
color: var(--navigation-color);
font-size: var(--navigation-font-size);
font-weight: var(--font-weight-navigation);
.menu-item {
:is(a, label, button):where(:not(._no-menu-item-style)) {
display: flex;
align-items: center;
color: var(--navigation-color);
font-size: inherit;
font-size: var(--navigation-font-size);
font-weight: var(--font-weight-navigation);
letter-spacing: 0;
padding: 0 10px;
height: var(--navigation-height);