From c1c36bfa768233819e4157f4101f8d1b8a573ca8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Jun 2021 20:12:17 +0200 Subject: Fix: Reverse indicator colors --- assets/css/components/_card.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/components/_card.scss b/assets/css/components/_card.scss index c153406..75aae8b 100644 --- a/assets/css/components/_card.scss +++ b/assets/css/components/_card.scss @@ -84,7 +84,7 @@ &:visited { @include element('block') { @include modifier('indicator') { - color: prop(--colors --unread); + color: prop(--colors --bg); } } } @@ -100,7 +100,7 @@ @include modifier('indicator') { transition: color .2s; - color: prop(--colors --bg); + color: prop(--colors --unread); &::before { content: ''; -- cgit v1.2.3-54-g00ecf