aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/components/ColoredCard.vue5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/ColoredCard.vue b/src/components/ColoredCard.vue
index 1520808..e6cdc79 100644
--- a/src/components/ColoredCard.vue
+++ b/src/components/ColoredCard.vue
@@ -27,10 +27,7 @@ const { icon, title } = toRefs(props);
background: rgb(37, 99, 108);
background: linear-gradient(48deg, rgba(37, 99, 108, 1) 0%, rgba(59, 149, 111, 1) 60%, rgba(20, 160, 88, 1) 100%);
color: #fff;
-
- &:hover {
- border-color: var(--n-color-target);
- }
+ border: none;
.icon {
opacity: 0.7;