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

Change some label colors (#9051)

* Change label colors

* Override black basic label background for green theme on label list
This commit is contained in:
jaqra
2019-12-04 04:39:58 +03:00
committed by techknowlogick
parent bac4b78e09
commit 8875586570
8 changed files with 11 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
{{.i18n.Tr "settings.orgs"}}
{{if .SignedUser.CanCreateOrganization}}
<div class="ui right">
<a class="ui black tiny button" href="{{AppSubUrl}}/org/create">{{.i18n.Tr "admin.orgs.new_orga"}}</a>
<a class="ui blue tiny button" href="{{AppSubUrl}}/org/create">{{.i18n.Tr "admin.orgs.new_orga"}}</a>
</div>
{{end}}
</h4>