Fixed wrong font-family on version selector

This commit is contained in:
squidfunk
2021-04-11 18:36:49 +02:00
parent 4f597ce13d
commit 094819e1e4
6 changed files with 5 additions and 4 deletions

View File

@@ -101,6 +101,7 @@ button {
margin: 0;
padding: 0;
font-size: inherit;
font-family: inherit;
background: transparent;
border: 0;
}