Explorar el Código

Removed Static color in Profile card in dash

Yoginth hace 7 años
padre
commit
1a9d58f86f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/user/dashboard/dashboard.tmpl

+ 1 - 1
templates/user/dashboard/dashboard.tmpl

@@ -53,7 +53,7 @@
 						<div class="content">
 							<img class="right floated mini ui image" src="{{.LoggedUser.RelAvatarLink}}">
 							<div class="header">
-								<a style="color:#212121" href="{{AppSubURL}}/{{.LoggedUser.Name}}">
+								<a href="{{AppSubURL}}/{{.LoggedUser.Name}}">
 									{{.Owner.FullName}}
 									{{if .Owner.IsVerified}}<a class="poping up" target="_blank" href="/verified" data-content="Verified" data-variation="inverted tiny" data-position="right center"><i class="verified octicon octicon-verified"></i></a>{{end}}
 									{{if .Owner.IsStaff}}<a class="poping up" target="_blank" href="/jobs" data-content="Staff" data-variation="inverted tiny" data-position="right center"><i class="isstaff octicon octicon-tools"></i></a>{{end}}