fix(ui): remove icon transparency overlap

This commit is contained in:
Corentin Thomasset 2022-11-13 23:13:50 +01:00
parent 4ef25887b9
commit 35a3760771
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -49,7 +49,8 @@ a {
} }
.icon { .icon {
opacity: 0.7; opacity: 0.6;
color: #ffffff;
} }
.title { .title {
@ -57,7 +58,8 @@ a {
} }
.description { .description {
opacity: 0.7; opacity: 0.6;
color: #ffffff;
margin: 5px 0; margin: 5px 0;
} }
} }