Skip to content

Commit

Permalink
fix: make dropdown font consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
keaglin committed Jul 29, 2023
1 parent 04d38e1 commit 7b61061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/dropdowns.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.submenu-button {
font-size: 1.5rem;
font-size: 1.2rem;
font-weight: 900;
color: var(--text);
font-family: "Atkinson Hyperlegible", sans-serif;
Expand Down Expand Up @@ -160,4 +160,4 @@
display: flex;
flex-direction: row;
gap: 3px;
}
}

0 comments on commit 7b61061

Please sign in to comment.