From ccfdd8007e136d5d98652d415dda8eb595a2ada9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Nov 2020 15:33:43 +0100 Subject: testing a more organized history navigation --- sass/src/common/index.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sass/src/common/index.scss') diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss index f279240..9ceca2c 100644 --- a/sass/src/common/index.scss +++ b/sass/src/common/index.scss @@ -29,3 +29,13 @@ a.unmarked { } } } + +.collection-item { + color: $off-black; + .secondary-content { + color: $off-black; + } + &.disabled { + color: $inactive-color; + } +} -- cgit v1.2.3