summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-12 19:50:47 +0200
committerraveit65 <[email protected]>2015-08-12 19:51:35 +0200
commite7c360d87432cc8d6fac7c9ab8ab8b21ca47ecb2 (patch)
tree40bd144288e65dcf2d51853025e2c44570c4519d /desktop-themes/Blue-Submarine
parent2cf73b038a729c7d73166d0eb4d47a631ee51bbe (diff)
downloadmate-themes-e7c360d87432cc8d6fac7c9ab8ab8b21ca47ecb2.tar.bz2
mate-themes-e7c360d87432cc8d6fac7c9ab8ab8b21ca47ecb2.tar.xz
GTK submarine themes: improve hyperlinks fg color in yelp
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css6
1 files changed, 6 insertions, 0 deletions
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 0828e3a3..9763fdb8 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,