File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 18
18
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams">
19
19
{{svg "octicon-people"}} {{$.locale.Tr "org.teams"}}
20
20
{{if .NumTeams}}
21
- <div class="ui black label">{{.NumTeams}}</div>
21
+ <div class="ui primary label">{{.NumTeams}}</div>
22
22
{{end}}
23
23
</a>
24
24
{{end}}
Original file line number Diff line number Diff line change 39
39
<a class="item" href="{{$.OrgLink}}/teams">
40
40
{{svg "octicon-people"}} {{$.locale.Tr "org.teams"}}
41
41
{{if .NumTeams}}
42
- <div class="ui black label">{{.NumTeams}}</div>
42
+ <div class="ui primary label">{{.NumTeams}}</div>
43
43
{{end}}
44
44
</a>
45
45
{{end}}
Original file line number Diff line number Diff line change @@ -339,10 +339,6 @@ td.blob-hunk {
339
339
color : var (--color-secondary-dark-6 );
340
340
}
341
341
342
- .repository.labels .ui.basic.black.label {
343
- background-color : #bbbbbb !important ;
344
- }
345
-
346
342
.lines-num {
347
343
color : var (--color-secondary-dark-6 ) !important ;
348
344
border-color : var (--color-secondary ) !important ;
You can’t perform that action at this time.
0 commit comments