From 853b3a398de57a3bf982548eae87af94c38333f7 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sat, 12 Dec 2020 17:16:33 +0100 Subject: [PATCH] repository activity stats table colors --- scss/import/repository.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scss/import/repository.scss b/scss/import/repository.scss index 2debf0d..1d96bfe 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -1197,6 +1197,19 @@ border-color: $bg50; border-left: 0; border-right: 0; + .stats-table { + a.background { + &.green { + background: $green !important; + } + &.grey { + background: $bg50 !important; + } + &.red { + background: $red !important; + } + } + } &.horizontal.segments:last-of-type { border-bottom: 0; }