Skip to content

Commit

Permalink
Fixed #20720 -- Fixed invisible literals in the next/previous doc links.
Browse files Browse the repository at this point in the history
Thanks freopen@ for the report.
  • Loading branch information
timgraham committed Jul 9, 2013
1 parent 2fefb28 commit 2d7ed8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/base.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ a:link, a:visited {
color:#ffc757; color:#ffc757;
text-decoration:none; text-decoration:none;
} }
#content-main .browse-horizontal a .literal {
color:white;
}
a:hover { a:hover {
color:#ffe761; color:#ffe761;
} }
Expand Down

0 comments on commit 2d7ed8c

Please sign in to comment.