summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-06-19 20:12:17 +0200
committerVolpeon <git@volpeon.ink>2021-06-19 20:12:17 +0200
commitc1c36bfa768233819e4157f4101f8d1b8a573ca8 (patch)
tree592bf52a023975751c2d459909ca71757014a0ef /assets
parentColor adjustments, improved cards (diff)
downloadvolpeon.ink-c1c36bfa768233819e4157f4101f8d1b8a573ca8.tar.gz
volpeon.ink-c1c36bfa768233819e4157f4101f8d1b8a573ca8.tar.bz2
volpeon.ink-c1c36bfa768233819e4157f4101f8d1b8a573ca8.zip
Fix: Reverse indicator colors
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_card.scss4
1 files changed, 2 insertions, 2 deletions
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 @@
84 &:visited { 84 &:visited {
85 @include element('block') { 85 @include element('block') {
86 @include modifier('indicator') { 86 @include modifier('indicator') {
87 color: prop(--colors --unread); 87 color: prop(--colors --bg);
88 } 88 }
89 } 89 }
90 } 90 }
@@ -100,7 +100,7 @@
100 100
101 @include modifier('indicator') { 101 @include modifier('indicator') {
102 transition: color .2s; 102 transition: color .2s;
103 color: prop(--colors --bg); 103 color: prop(--colors --unread);
104 104
105 &::before { 105 &::before {
106 content: ''; 106 content: '';