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:47 +0200
commita024ed92ae844a7ecefef6225128c7d4977c2b9b (patch)
tree37a4768f8a71789346b1937ffd11f12880314ec4 /desktop-themes/Blue-Submarine
parent544fe605fff7b3a3f32ae3ddbf7d342fee51c6c5 (diff)
downloadmate-themes-a024ed92ae844a7ecefef6225128c7d4977c2b9b.tar.bz2
mate-themes-a024ed92ae844a7ecefef6225128c7d4977c2b9b.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 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,