aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-11-13 23:13:50 +0100
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-11-13 23:13:50 +0100
commit35a376077116dd65b21f9a0786d2ecfc14db6051 (patch)
tree9e1507b8f0e4a53919634ab0fa160539c382b35f /src
parent4ef25887b9d874b8789bf8dbabd8aab92b4b1b03 (diff)
downloadit-tools-35a376077116dd65b21f9a0786d2ecfc14db6051.tar.gz
it-tools-35a376077116dd65b21f9a0786d2ecfc14db6051.tar.zst
it-tools-35a376077116dd65b21f9a0786d2ecfc14db6051.zip
fix(ui): remove icon transparency overlap
Diffstat (limited to 'src')
-rw-r--r--src/components/ToolCard.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue
index 14cc0f4..7a05db9 100644
--- a/src/components/ToolCard.vue
+++ b/src/components/ToolCard.vue
@@ -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;
}
}