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

View File

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