repository activity stats table colors
This commit is contained in:
parent
d2817a94d6
commit
853b3a398d
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue