Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ae3dfb

Browse filesBrowse 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 <thechargingvolcano@gmail.com>
1 parent 6d22003 commit 7ae3dfb
Copy full SHA for 7ae3dfb

File tree

Expand file treeCollapse file tree

1 file changed

+7
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-6
lines changed
Open diff view settings
Collapse file

‎doc/api_assets/style.css‎

Copy file name to clipboardExpand all lines: doc/api_assets/style.css
+7-6Lines changed: 7 additions & 6 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.