From 13796d2b833178249e0581e7acd69ec36fcc4d2d 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 33953156..acd3818c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3143,6 +3143,12 @@ GtkFlowBox .grid-child:selected { } /* hyperlinks */ +/* ie. yelp */ +*:link, +*:visited { + color: @link_color; +} + GtkLinkButton, GtkLinkButton:hover, GtkLinkButton.button.flat, -- cgit v1.2.1