Skip to content

Commit

Permalink
Fix a link style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshimjs committed Jan 22, 2015
1 parent 759730c commit b436c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.type-signature a {
.type-signature.type a {
color: #fff;
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/styles/jaguar.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ li {
font-weight: normal;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.main .nameContainer h4 .type-signature a {
.main .nameContainer h4 .type-signature.type a {
color: #fff;
}
.main pre {
Expand Down

0 comments on commit b436c04

Please sign in to comment.