Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit ae49c7d

Browse files
authored
Merge pull request #529 from fsegouin/fix/templates-css-typo
Fix typo in css for the sign in page template
2 parents 1209c63 + a6e2478 commit ae49c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func getTemplates() *template.Template {
6161
.btn:hover {
6262
background-color: #3071a9;
6363
border-color: #285e8e;
64-
ext-decoration: none;
64+
text-decoration: none;
6565
}
6666
label {
6767
display: inline-block;

0 commit comments

Comments
 (0)