소스 검색

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}}