diff --git a/src/calibre/ebooks/oeb/display/test-cfi/index.html b/src/calibre/ebooks/oeb/display/test-cfi/index.html index 24f2499629..107b515754 100644 --- a/src/calibre/ebooks/oeb/display/test-cfi/index.html +++ b/src/calibre/ebooks/oeb/display/test-cfi/index.html @@ -9,9 +9,11 @@ font-family: sans-serif; background-color: white; } + + h1, h2 { color: #005a9c } h2 { - border-top: solid 2px black; + border-top: solid 2px #005a9c; margin-top: 4ex; } @@ -39,6 +41,7 @@ color: blue; text-decoration: none } + #reset:hover { color: red }