[gnome-shell-sass] theme: lighten up link color for contrast



commit 910ff9529360ba67d3d4f135874ff7eebc3f3df2
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Mar 10 20:17:36 2015 +0100

    theme: lighten up link color for contrast
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745970

 _common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index a2613ff..0340f63 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1303,7 +1303,7 @@ StScrollBar {
 
 /* NOTIFICATIONS & MESSAGE TRAY */
 
-  .url-highlighter { link-color: $selected_bg_color; }
+  .url-highlighter { link-color: lighten($selected_bg_color,10%); }
 
   // Banners
   .notification-banner {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]