Skip to content

Commit

Permalink
doc: update link green to match homepage
Browse files Browse the repository at this point in the history
Also fixed a minor color issue with :focus on the title.

PR-URL: #5548
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
silverwind authored and Fishrock123 committed Mar 8, 2016
1 parent 9a3e87e commit 3bd96fd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pre, tt, code, .pre, span.type, a.type {
}

a, a:link, a:active {
color: #80bd01;
color: #43853d;
text-decoration: none;
border-radius: 2px;
padding: .1em .2em;
Expand All @@ -42,7 +42,7 @@ a, a:link, a:active {

a:hover, a:focus {
color: #fff;
background-color: #80bd01;
background-color: #43853d;
outline: none;
}

Expand Down Expand Up @@ -413,13 +413,14 @@ a code {

#column2 ul li a.active, #column2 ul li a.active:hover,
#column2 ul li a.active:focus {
color: #80bd01;
color: #43853d;
border-radius: 0;
border-bottom: 1px solid #80bd01;
border-bottom: 1px solid #43853d;
background: none;
}

#intro a:hover, #column2 ul li a:hover, #column2 ul li a:focus {
#intro a:hover, #intro a:focus,
#column2 ul li a:hover, #column2 ul li a:focus {
color: #fff;
background: none;
}
Expand All @@ -433,7 +434,7 @@ span > .mark, span > .mark:visited {
}

span > .mark:hover, span > .mark:focus, span > .mark:active {
color: #80bd01;
color: #43853d;
background: none;
}

Expand Down

0 comments on commit 3bd96fd

Please sign in to comment.