diff options
| author | John MacFarlane <[email protected]> | 2025-09-28 15:56:15 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-28 15:57:28 +0200 |
| commit | 237b7a1a8455f314622aec70eeb01b52ce26f3c9 (patch) | |
| tree | cf55f47c0bf426f9afd9faa216696210b87cbfb2 /data/epub.css | |
| parent | b62f2505b3370a2a878057389c91416b2eb8a45d (diff) | |
Remove coloring for a, a:visiting in epub.css.
This was causing links in iOS books app not to be distinguished in
any way (since underlining is not used there).
Closes #11174.
Diffstat (limited to 'data/epub.css')
| -rw-r--r-- | data/epub.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/epub.css b/data/epub.css index 5746daedd..93bcb2eca 100644 --- a/data/epub.css +++ b/data/epub.css @@ -26,9 +26,6 @@ p { widows: 2; orphans: 2; } -a, a:visited { - color: #1a1a1a; -} img { max-width: 100%; } |
