瀏覽代碼

Removed Static color in Profile card in dash

Yoginth 7 年之前
父節點
當前提交
1a9d58f86f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}}