diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index cf8859a35..949eb58f1 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -170,7 +170,7 @@ async function fetch() { display: inline-block; } .header.link:hover { - color: lighten($primary, 20%); + color: rgba(var(--q-primary), 0.8); } .q-checkbox { & .q-checkbox__label {