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>
}
a {
- color: [% css_colors.primary %];
+ color: [% css_colors.link %];
}
#search-wrapper input[type=text] {
table_heading = "#d8d8d8", # grey-blue
mobile_header_text = "#fff", # white
item_selected = "#ddd", # grey (lighter)
+ link = "#00593d", # dark green
};
%]