diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/ToolCard.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue index c0f8581..64dc113 100644 --- a/src/components/ToolCard.vue +++ b/src/components/ToolCard.vue @@ -55,6 +55,7 @@ a { .tool-card { transition: border-color ease 0.5s; border-width: 2px !important; + color: transparent; &:hover { border-color: v-bind('appTheme.primary.colorHover'); |