btpf / Alexandria

A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript
GNU General Public License v3.0
2.15k stars 50 forks source link

Hyperlink Text Color is Not Honored #29

Closed ddewett closed 8 months ago

ddewett commented 8 months ago

Issue: The rectangles used to display the highlighted text overlap, which causes inconsistent highlight color.

Platform: Linux

Settings:

Steps:

1) Change theme colors Screenshot from 2024-01-10 21-22-12

2) View a file with a valid hyperlink. Inspecting the hyperlink shows the hyperlink tag. Screenshot from 2024-01-10 21-21-58

3) Note the color of the hyperlink is black. None of the theme colors are black. This is true for the table of contents as well: Screenshot from 2024-01-10 21-26-04

btpf commented 8 months ago

Fixed With https://github.com/btpf/Alexandria/issues/36#issuecomment-1891208437