mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase contrast for links in the manual
This commit is contained in:
parent
224d35cb79
commit
17daad19ad
@ -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; }
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user