File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1818 <a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams">
1919 {{svg "octicon-people"}} {{$.locale.Tr "org.teams"}}
2020 {{if .NumTeams}}
21- <div class="ui black label">{{.NumTeams}}</div>
21+ <div class="ui primary label">{{.NumTeams}}</div>
2222 {{end}}
2323 </a>
2424 {{end}}
Original file line number Diff line number Diff line change 3939 <a class="item" href="{{$.OrgLink}}/teams">
4040 {{svg "octicon-people"}} {{$.locale.Tr "org.teams"}}
4141 {{if .NumTeams}}
42- <div class="ui black label">{{.NumTeams}}</div>
42+ <div class="ui primary label">{{.NumTeams}}</div>
4343 {{end}}
4444 </a>
4545 {{end}}
Original file line number Diff line number Diff line change @@ -339,10 +339,6 @@ td.blob-hunk {
339339 color : var (--color-secondary-dark-6 );
340340}
341341
342- .repository.labels .ui.basic.black.label {
343- background-color : #bbbbbb !important ;
344- }
345-
346342.lines-num {
347343 color : var (--color-secondary-dark-6 ) !important ;
348344 border-color : var (--color-secondary ) !important ;
You can’t perform that action at this time.
0 commit comments