summaryrefslogtreecommitdiffstats
path: root/templates/user/settings
diff options
context:
space:
mode:
authorjaqra <48099350+jaqra@users.noreply.github.com>2019-12-04 04:39:58 +0300
committertechknowlogick <techknowlogick@gitea.io>2019-12-03 20:39:58 -0500
commit8875586570599f92ba9ab0def1ed87b7efc411fc (patch)
treed88194a8e15a3b26ab1eecdaa08c4c2fb68e362d /templates/user/settings
parentbac4b78e0908c0cb01a3842436950c7bcf793cf9 (diff)
downloadgitea-8875586570599f92ba9ab0def1ed87b7efc411fc.tar.gz
gitea-8875586570599f92ba9ab0def1ed87b7efc411fc.zip
Change some label colors (#9051)
* Change label colors * Override black basic label background for green theme on label list
Diffstat (limited to 'templates/user/settings')
-rw-r--r--templates/user/settings/organization.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/organization.tmpl b/templates/user/settings/organization.tmpl
index de541dcd17..e746400a8f 100644
--- a/templates/user/settings/organization.tmpl
+++ b/templates/user/settings/organization.tmpl
@@ -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>