fix sitelink hover
This commit is contained in:
parent
f124283312
commit
8aa4d19b00
@ -1,7 +1,8 @@
|
|||||||
nav
|
nav
|
||||||
a href="/" id="sitelink" title="Homepage"
|
#sitelink
|
||||||
' H
|
a href="/" title="Homepage"
|
||||||
span B
|
' H
|
||||||
|
span B
|
||||||
ul
|
ul
|
||||||
li
|
li
|
||||||
==link_to "Impressum", "/impressum.html", :class => "navlink", :title => "Impressum"
|
==link_to "Impressum", "/impressum.html", :class => "navlink", :title => "Impressum"
|
||||||
|
@ -39,19 +39,12 @@ $green: #859900;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sitelink {
|
#sitelink {
|
||||||
color:$rebase03;
|
a { color: $rebase03; }
|
||||||
span {
|
span { color: $rebase03; }
|
||||||
color: $rebase03;
|
|
||||||
}
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $rebase1;
|
a { color: $rebase1; }
|
||||||
|
span { color: $rebase1; }
|
||||||
}
|
}
|
||||||
span {
|
|
||||||
color: $rebase03
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#sitelink span:hover {
|
|
||||||
color: inherit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user