From 84b32b28e9f1da6576e4864a0f374b341a2c9920 Mon Sep 17 00:00:00 2001 From: marudor Date: Thu, 16 May 2019 16:10:53 +0200 Subject: Further color improvements --- sass/src/common/index.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sass/src/common/index.scss') diff --git a/sass/src/common/index.scss b/sass/src/common/index.scss index 1a47a11..f279240 100644 --- a/sass/src/common/index.scss +++ b/sass/src/common/index.scss @@ -2,6 +2,7 @@ $customColors: ( 'caution': $error-color, 'info': $info-color, 'contrast': $off-black, + 'success': $success-color, ); @each $name, $color in $customColors { @@ -16,3 +17,15 @@ $customColors: ( html { background-color: $bg-color; } + +a.unmarked { + color: $off-black; +} + +.pagination { + li { + a { + color: $off-black; + } + } +} -- cgit v1.2.3