summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:15:51 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:15:51 +0100
commit96dbeca56079802696d223155970bde3228d7ba3 (patch)
tree69d247e4241c1ad42d436774510c788f80bcf18f /sass
parent98d52c7c03e78c98cf2daa9729824e8752f8cb2a (diff)
downloadoctopress-theme-jeyzu-96dbeca56079802696d223155970bde3228d7ba3.zip
octopress-theme-jeyzu-96dbeca56079802696d223155970bde3228d7ba3.tar.gz
mark parent menu when sub menu is opened
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_header.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss
index e792976..2be68e7 100644
--- a/sass/parts/_header.scss
+++ b/sass/parts/_header.scss
@@ -23,6 +23,11 @@ header{
float: left;
margin-left: 50px;
position: relative;
+ &:hover{
+ >a{
+ color: $main;
+ }
+ }
>a{
padding: 35px 30px 35px 0;
margin-top: -35px;