navbar: round boxes on hover

This commit is contained in:
Jörg Thalheim 2012-08-13 01:44:24 +02:00
parent f1635548de
commit e86f4652f5
2 changed files with 5 additions and 1 deletions

View File

@ -69,6 +69,7 @@ footer {
}
.navlink {
@include border-radius(3px);
&:hover {
text-decoration: none;
}

View File

@ -32,8 +32,11 @@ $green: #859900;
a.navlink, a:active.navlink, a:visited.navlink {
color: $rebase1;
text-shadow: 1px 1px 1px #ADBAC0;
&:hover{
background-color: $rebase1;
color: $rebase02;
}
}
a:hover.navlink { background: transparent; color: $rebase02; }
#sitelink {
color: $rebase02; background-color: $rebase1;