Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
695 stars 89 forks source link

Hyperlinks should use a lighter blue color when running in dark mode #244

Closed nekohayo closed 8 months ago

nekohayo commented 8 months ago

Hi ! The app seems to be using libadwaita and using the automatic freedesktop dark mode. However, the blue hyperlinks in the "Details" section are unreadable in dark mode, because they are too dark:

image

When running in this mode, there should be a lighter blue styling on those hyperlink texts. In practice however, I'm only using those hyperlinks to know the title of what was downloaded, so implementing #93 would help there, but I'm supposing there's a reason why you have hyperlinks in a "Details" expander (multiple downloads, I guess?)...