Compare commits

1 Commits

Author SHA1 Message Date
Tommy Parnell
b11471f987 improve hamburger visibility #1 2015-10-23 19:13:54 -04:00

View File

@@ -125,7 +125,10 @@ a:hover {
} }
.sub-menu > a:hover { .sub-menu > a:hover {
text-decoration: none; text-decoration: none;
color: #000; color: #ffffff;
}
#menuControl{
background-color: #68227b
} }
.main-content-slide { .main-content-slide {
position: relative; position: relative;
@@ -182,5 +185,3 @@ a:hover {
width: 100%; width: 100%;
text-decoration: none; text-decoration: none;
} }