Skip to content

Commit

Permalink
fix: style ".lnb h3 a"
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu-yi committed Nov 9, 2016
1 parent 0153ae0 commit 9b1a8d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/styles/tui-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ ul, ol, li {list-style:none; padding-left:0; margin-left:0;}
padding-bottom: 5px;
border-bottom: 1px solid #1f292e;
}
.lnb .lnb-api h3 a {
color: #fa3282;
}
.lnb .lnb-api h3 a:hover {
color: #fa3282;
text-decoration: underline;
}
.lnb .lnb-api a,
.lnb .lnb-examples a {
color: #7cafc2;
Expand Down

0 comments on commit 9b1a8d8

Please sign in to comment.