fix for badge opacity not recognized in Firefox

This commit is contained in:
Jesse D. McDonald 2020-04-11 18:13:29 -05:00
parent cc083e4d52
commit 6bfe05459d
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ button:disabled .silhouette {
.badge img {
width: 3em;
height: 3em;
opacity: 33%;
opacity: 0.33;
margin: 0;
}