diff --git a/scss/import/repository.scss b/scss/import/repository.scss index fb33091..3798cf1 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -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; }