Skip to content

Commit

Permalink
Use higher contrast link colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
arjclark authored and hjoliver committed Feb 11, 2019
1 parent 9ca798d commit 34a2811
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,16 @@
html_theme_options = {
"stickysidebar": True,
"sidebarwidth": 250,

"relbarbgcolor": "black",
"footerbgcolor": "black",
"sidebarbgcolor": "white",
"sidebartextcolor": "black",
"sidebarlinkcolor": "#00B3FD",
"sidebarlinkcolor": "#0000EE;",
"headbgcolor": "white",
"headtextcolor": "#FF5966",
"linkcolor": "#00C697",
"visitedlinkcolor": "#00C697",
"headlinkcolor": "#00C697",
"linkcolor": "#0000EE;",
"visitedlinkcolor": "#551A8B;",
"headlinkcolor": "#0000EE;",
"codebgcolor": "#ebf9f6",
}

Expand Down

0 comments on commit 34a2811

Please sign in to comment.