diff options
author | silverwind <me@silverwind.io> | 2022-08-31 11:04:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 17:04:41 +0800 |
commit | c80ca94ab1de8ea3b13c1087cd7140165a11ceb7 (patch) | |
tree | 920369127f5ec8f34431e8390f95b8f6e34489d1 /templates/user/overview/header.tmpl | |
parent | a48d6ba4b4be4207a2c78c36b095fb69938e5ae5 (diff) | |
download | gitea-c80ca94ab1de8ea3b13c1087cd7140165a11ceb7.tar.gz gitea-c80ca94ab1de8ea3b13c1087cd7140165a11ceb7.zip |
Remove black labels and CSS cleanup (#21003)
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'templates/user/overview/header.tmpl')
-rw-r--r-- | templates/user/overview/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/overview/header.tmpl b/templates/user/overview/header.tmpl index edd4375e08..b61883b0c1 100644 --- a/templates/user/overview/header.tmpl +++ b/templates/user/overview/header.tmpl @@ -39,7 +39,7 @@ <a class="item" href="{{$.OrgLink}}/teams"> {{svg "octicon-people"}} {{$.locale.Tr "org.teams"}} {{if .NumTeams}} - <div class="ui black label">{{.NumTeams}}</div> + <div class="ui primary label">{{.NumTeams}}</div> {{end}} </a> {{end}} |