diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 15:33:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-21 15:34:06 +0100 |
commit | ccfdd8007e136d5d98652d415dda8eb595a2ada9 (patch) | |
tree | 6b685625b796dfe3c251ab012a80239c6d3d1795 /sass/src/common/index.scss | |
parent | e3fba3dcd493f609e107435867c4a67cb7ee420f (diff) |
testing a more organized history navigation1.18.9
Diffstat (limited to 'sass/src/common/index.scss')
-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; + } +} |