aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_list-view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Mapco/_list-view.scss')
-rw-r--r--p/themes/Mapco/_list-view.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss
index 760aea96c..1e0b3ddc2 100644
--- a/p/themes/Mapco/_list-view.scss
+++ b/p/themes/Mapco/_list-view.scss
@@ -43,7 +43,7 @@
}
.item.date {
- color: unquote($unread-font-color+"99"); //--------------------
+ color: scale-color($unread-font-color, $alpha: -50%);
}
}
@@ -73,9 +73,8 @@
}
.date {
- color: $main-font-color;
+ color: scale-color($main-font-color, $alpha: -50%);
font-size: 0.85rem;
- opacity: 0.75;
}
.bottom {