From a024ed92ae844a7ecefef6225128c7d4977c2b9b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 12 Aug 2015 19:50:47 +0200 Subject: GTK submarine themes: improve hyperlinks fg color in yelp --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index d5f5c3f3..c152893b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3006,6 +3006,12 @@ GtkFlowBox .grid-child:selected { } /* hyperlinks */ +/* ie. yelp */ +*:link, +*:visited { + color: @link_color; +} + GtkLinkButton, GtkLinkButton:hover, GtkLinkButton.button.flat, -- cgit v1.2.1