Updated header border-bottom styles.

This commit is contained in:
Alex Tselegidis 2015-07-25 11:58:39 +02:00
parent 72b93afe95
commit 138cd597af

View file

@ -22,7 +22,7 @@ root {
#header { #header {
height: 70px; height: 70px;
background-color: #35B66F; background-color: #35B66F;
border-bottom: 4px solid #247A4B; border-bottom: 4px solid #2B995D;
} }
#header #header-logo { #header #header-logo {
@ -65,12 +65,13 @@ root {
#header #header-menu .menu-item:hover:not(.active) { #header #header-menu .menu-item:hover:not(.active) {
background-color: #2A8F57; background-color: #2A8F57;
border-bottom: 4px solid #236C48;
} }
#header #header-menu .active { #header #header-menu .active {
color: #C5FFD6; color: #C5FFD6;
background: #29A067; background: #29A067;
border-bottom: 2px solid #2A7751; border-bottom: 4px solid #2A7751;
} }
#footer { #footer {