GNOME Bugzilla – Bug 737386
dark adwaita's -GtkWidget-link-color is unreadable on gray background
Last modified: 2014-09-29 18:43:08 UTC
Hi, this typically happens in evolution when switching dark theme on. Here's another color that does the job at being readable.
Created attachment 287108 [details] [review] patch fixing #737386
Would you attach a screenshot of the issue, please.
I had the css for the notebook, but there ws some problem I don't remember right now, maybe not working animations in tab?
Created attachment 287117 [details] screenshot before the patch
Created attachment 287118 [details] screenshot after the patch
Comment 3 is for another bug... Sorry for the noise. The patch it's not good, since it should we edit the sass, the css it's generated by the sass prepocessor, but thanks for pointing this out, I'll fix it.
Created attachment 287158 [details] [review] make dark links lighter/legible
Created attachment 287172 [details] [review] Fixes link style Jakub, we already special case a lighter blue for the dark variant, let's not duplicate that for links, also the link style is a bit messy and actually *:link and -GtkWidget* need to do the same thing. My patch takes care of all these issue.
Created attachment 287197 [details] [review] Fixes link style Making visited links a different color is so 90s, got rid of that.
Review of attachment 287197 [details] [review]: I disagree that providing useful clues about what links you've already visited is 'so 90s'.
the previous patch will do then, visited is contemplated there, anyway on the web :visited is not differently styled anymore in the vast majority of cases.
PS. visited is not contemplated in what we have now eh