1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove black labels and CSS cleanup (#21003)

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
silverwind
2022-08-31 11:04:41 +02:00
committed by GitHub
parent a48d6ba4b4
commit c80ca94ab1
3 changed files with 2 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
<a class="item" href="{{$.OrgLink}}/teams">
{{svg "octicon-people"}}&nbsp;{{$.locale.Tr "org.teams"}}
{{if .NumTeams}}
<div class="ui black label">{{.NumTeams}}</div>
<div class="ui primary label">{{.NumTeams}}</div>
{{end}}
</a>
{{end}}