fix: buttons use inherited font stack (#5344)

This commit is contained in:
Tom
2021-05-09 13:23:42 +01:00
committed by GitHub
parent bb6587d184
commit 2143cd30fd

View File

@ -492,6 +492,10 @@ function GlobalStyles() {
text-decoration: none;
}
button {
font-family: inherit;
}
img {
max-width: 100%;
}