stylesheets: fix font of dropdown items on Firefox (#3917)
Correction de l'affichage des menus déroulants dans Firefox
This commit is contained in:
commit
5624b5a997
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
@import "colors";
|
||||
|
||||
%new-type {
|
||||
font-family: "Muli";
|
||||
font-family: "Muli", system-ui, -apple-system, sans-serif;
|
||||
color: $black;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue