LP1736967 Primary a CSS Styling Fix
authorSam Link <slink@LIBPC002>
Wed, 2 Jan 2019 19:04:00 +0000 (14:04 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 29 May 2019 14:53:16 +0000 (10:53 -0400)
Added a "link" color to src\templates\opac\parts\css\colors.tt2 matched
to the default dark green of the css_colors.primary, and set
the anchor color in templates\opac\css\style.css.tt2 on line 37 to use
css_colors.link.

Signed-off-by: Sam Link <slink@LIBPC002>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/css/colors.tt2

index 6c1dc70..e5c1b0b 100644 (file)
@@ -34,7 +34,7 @@ img {
 }
 
 a {
-    color: [% css_colors.primary %];
+    color: [% css_colors.link %];
 }
 
 #search-wrapper input[type=text] {
index b8c5ca8..2c0c1f1 100644 (file)
@@ -33,6 +33,7 @@
         table_heading = "#d8d8d8", # grey-blue
         mobile_header_text = "#fff", # white
         item_selected = "#ddd", # grey (lighter)
+        link = "#00593d", # dark green
     };
     
 %]