Increase contrast of link color with text color in docs

This commit is contained in:
Kovid Goyal
2018-06-15 15:38:30 +05:30
parent 52ec4dc21b
commit a7d533cfe5

View File

@@ -115,6 +115,9 @@ html_theme_options = {
'github_banner': True,
'github_user': 'kovidgoyal',
'github_repo': 'kitty',
# increase contrast of link color with text color
'link': '#00587d',
'link_hover': 'green',
}