Increase contrast of link color with text color in docs
This commit is contained in:
@@ -115,6 +115,9 @@ html_theme_options = {
|
|||||||
'github_banner': True,
|
'github_banner': True,
|
||||||
'github_user': 'kovidgoyal',
|
'github_user': 'kovidgoyal',
|
||||||
'github_repo': 'kitty',
|
'github_repo': 'kitty',
|
||||||
|
# increase contrast of link color with text color
|
||||||
|
'link': '#00587d',
|
||||||
|
'link_hover': 'green',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user