diff --git a/src/components/station-card.vue b/src/components/station-card.vue
index a98f9c4..bf65f6c 100644
--- a/src/components/station-card.vue
+++ b/src/components/station-card.vue
@@ -1,6 +1,6 @@
@@ -89,7 +91,7 @@ const openVideoPlatform = async () => {
-
+
@@ -131,6 +133,11 @@ const openVideoPlatform = async () => {
.clickable {
text-decoration: underline dashed;
cursor: pointer;
+ transition: color 0.2s ease;
+
+ &:hover {
+ color: v-bind('theme.infoColorHover');
+ }
}
.font-xx-small {