GNOME Bugzilla – Bug 745970
notification link colour too close to background colour, hard to read
Last modified: 2015-03-10 19:42:42 UTC
Created attachment 299004 [details] notification with link The current link_color seems to be created that way, and it makes a colour that is hard to read (on my screen, with my eyes, but others on irc agreed). $link_color: if($variant == 'light', darken($selected_bg_color,10%), lighten($selected_bg_color,20%)); Capture attached.
One would think .shell-link {} is where this would be defined globally. Nope. One would expect .notification-banner .shell-link {} to be specific. Nada.
Yeah, it's hardly obvious: .url-highlighter { link-color: ... } Not sure however how we can do much better - the link is not a separate entity, but part of a label (so we need something other than "color") ...
Created attachment 299046 [details] [review] theme: lighten up link color for contrast