Merge pull request #90 from dakshshah96/buttons-active-safari

Fix active button style in Safari
This commit is contained in:
Mike Cao 2020-09-02 08:34:34 -07:00 committed by GitHub
commit 80c3927048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
background: #eaeaea;
}
.button:active {
color: initial;
}
.large {
font-size: var(--font-size-large);
}