Increase local organics font size, change local products background colour

This commit is contained in:
Rohan Mitchell
2013-04-26 09:42:50 +10:00
parent ea0df511cc
commit 06364ec759

View File

@@ -2,6 +2,11 @@ body {
background-color: #FFF5E0;
}
h2 {
font-size: 26px;
color: #331f00;
}
nav #main-nav-bar {
border-bottom: 9px solid #A3DCFF;
}
@@ -11,3 +16,7 @@ nav#filters .filter_name,
nav#filters .filter_choices li a {
font-size: 16px;
}
#products-local ul {
background-color: #e6f4ff;
}