summaryrefslogtreecommitdiff
path: root/sass/src/common/index.scss
diff options
context:
space:
mode:
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;
+ }
+}