Increase contrast for links in the manual

This commit is contained in:
Kovid Goyal 2019-07-07 10:10:52 +05:30
parent 224d35cb79
commit 17daad19ad
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -36,6 +36,8 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a, input[type="submit"] { cursor: pointer; }
a { color: #006B8B; } /* increase contrast for links */
#calibre-homepage-logo img { width: 64px; height: 64px }
div.sphinxsidebar { user-select: none }
@ -45,5 +47,3 @@ div.document { margin-top: 0px; }
div.related { background-color: #39322b; color: white; font-family: sans-serif; padding: 0.5ex 0; }
div.related a { text-decoration: none; color: white; }
div.related a:hover { text-decoration: none; color: red; }