vrifox/gitea-theme
Archived
1
0
Fork 0

repository activity stats table colors

This commit is contained in:
Vrifox 2020-12-12 17:16:33 +01:00
parent d2817a94d6
commit 853b3a398d
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

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