vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-25 19:52:09 +01:00
parent 67499ffc1c
commit 396a8f6743

View file

@ -1258,7 +1258,12 @@
}
.segment {
background: $bg30;
border: 0;
border-color: $bg50;
border-left: 0;
border-right: 0;
&.horizontal.segments:last-of-type {
border-bottom: 0;
}
h4.header { // »There has not been any commit activity in this period.«
background: $bg30;
}
@ -1271,12 +1276,18 @@
background: $bg30;
.green.text {
color: $green !important;
@if $nojavascript == true {
display: none;
}
.svg.octicon-issue-opened {
fill: $green;
}
}
.red.text {
color: $red !important;
@if $nojavascript == true {
display: none;
}
.svg.octicon-issue-closed {
fill: $red;
}