diff options
author | raveit65 <[email protected]> | 2015-01-07 12:40:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-01-07 12:40:19 +0100 |
commit | 0c443b6ccc4adcb55046734dab2c7d1a2fa0b5f3 (patch) | |
tree | d10c04e9454ab47dbc379ae24f2b6ad8f9da88ba /desktop-themes/Menta/gtk-3.0 | |
parent | ffe4bbdf2d1225e16989d9fb7c477e8e5fd00423 (diff) | |
download | mate-themes-0c443b6ccc4adcb55046734dab2c7d1a2fa0b5f3.tar.bz2 mate-themes-0c443b6ccc4adcb55046734dab2c7d1a2fa0b5f3.tar.xz |
Menta: adjust hyperlink color, make it better readable in GTK3
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-main-common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-main-common.css b/desktop-themes/Menta/gtk-3.0/gtk-main-common.css index f7d1f344..8be12d58 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-main-common.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-main-common.css @@ -81,7 +81,7 @@ /********************* * Error/Warning/... * *********************/ -@define-color link_color #8FD94A; +@define-color link_color #61bf00; @define-color warning_color #f57900; @define-color error_color #cc0000; @define-color success_color #4e9a06; |