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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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