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
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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',
}