mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
fix(ui): remove icon transparency overlap
This commit is contained in:
parent
4ef25887b9
commit
35a3760771
1 changed files with 4 additions and 2 deletions
|
@ -49,7 +49,8 @@ a {
|
|||
}
|
||||
|
||||
.icon {
|
||||
opacity: 0.7;
|
||||
opacity: 0.6;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
@ -57,7 +58,8 @@ a {
|
|||
}
|
||||
|
||||
.description {
|
||||
opacity: 0.7;
|
||||
opacity: 0.6;
|
||||
color: #ffffff;
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue