The previous version included green text, on a light green background, which
was very difficult to read, especially for visually impaired patrons.
This commit serves to change the header background to a darker green, along
with a high contrast white text.
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
.rdetail_extras {
height: 29px;
- background: #69A088;
+ background: #417860;
padding-top:1px;
margin-bottom: 10px;
margin-top: 10px;
position: relative;
top: -4px;
left: 7px;
+ color: white;
}
#paginate-homebanner a.toc {