diff options
Diffstat (limited to 'sass/src/common')
-rw-r--r-- | sass/src/common/index.scss | 10 |
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; + } +} |