firefox: no more rounded corners

This commit is contained in:
He4eT 2021-08-07 18:33:08 +05:00 committed by GitHub
commit fa32252750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,3 +12,7 @@
#star-button-box {
display: none;
}
* {
border-radius: 0 !important;
}