Skip to content

Commit 7ae3dfb

Browse files
committed
doc: update link green to match homepage
Also fixed a minor color issue with :focus on the title. PR-URL: #5548 Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 6d22003 commit 7ae3dfb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/api_assets/style.css

+7-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pre, tt, code, .pre, span.type, a.type {
3333
}
3434

3535
a, a:link, a:active {
36-
color: #80bd01;
36+
color: #43853d;
3737
text-decoration: none;
3838
border-radius: 2px;
3939
padding: .1em .2em;
@@ -42,7 +42,7 @@ a, a:link, a:active {
4242

4343
a:hover, a:focus {
4444
color: #fff;
45-
background-color: #80bd01;
45+
background-color: #43853d;
4646
outline: none;
4747
}
4848

@@ -413,13 +413,14 @@ a code {
413413

414414
#column2 ul li a.active, #column2 ul li a.active:hover,
415415
#column2 ul li a.active:focus {
416-
color: #80bd01;
416+
color: #43853d;
417417
border-radius: 0;
418-
border-bottom: 1px solid #80bd01;
418+
border-bottom: 1px solid #43853d;
419419
background: none;
420420
}
421421

422-
#intro a:hover, #column2 ul li a:hover, #column2 ul li a:focus {
422+
#intro a:hover, #intro a:focus,
423+
#column2 ul li a:hover, #column2 ul li a:focus {
423424
color: #fff;
424425
background: none;
425426
}
@@ -433,7 +434,7 @@ span > .mark, span > .mark:visited {
433434
}
434435

435436
span > .mark:hover, span > .mark:focus, span > .mark:active {
436-
color: #80bd01;
437+
color: #43853d;
437438
background: none;
438439
}
439440

0 commit comments

Comments
 (0)