Fix active button style in Safari

This commit is contained in:
Daksh Shah 2020-09-02 11:22:20 +05:30
parent bf6df3647a
commit d8ab26698a
No known key found for this signature in database
GPG Key ID: F111A753041D81AD
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);
}