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; }