summaryrefslogtreecommitdiff
path: root/sass/src/common/index.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-11-21 15:33:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-11-21 15:34:06 +0100
commitccfdd8007e136d5d98652d415dda8eb595a2ada9 (patch)
tree6b685625b796dfe3c251ab012a80239c6d3d1795 /sass/src/common/index.scss
parente3fba3dcd493f609e107435867c4a67cb7ee420f (diff)
testing a more organized history navigation1.18.9
Diffstat (limited to 'sass/src/common/index.scss')
-rw-r--r--sass/src/common/index.scss10
1 files changed, 10 insertions, 0 deletions
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;
+ }
+}