diff --git a/resources/js/components/SMArticleCard.vue b/resources/js/components/SMArticleCard.vue index 12a5c82..383cf23 100644 --- a/resources/js/components/SMArticleCard.vue +++ b/resources/js/components/SMArticleCard.vue @@ -45,6 +45,10 @@ a.article-card { color: var(--card-color-text); margin-bottom: 48px; + &:visited { + color: var(--card-color-text); + } + &:hover { filter: none; diff --git a/resources/js/components/SMEventCard.vue b/resources/js/components/SMEventCard.vue index c7f4552..9f310bb 100644 --- a/resources/js/components/SMEventCard.vue +++ b/resources/js/components/SMEventCard.vue @@ -217,6 +217,10 @@ a.event-card { position: relative; overflow: hidden; + &:visited { + color: var(--card-color-text); + } + .thumbnail { width: 100%; aspect-ratio: 16 / 9;