Hover state for top links

This commit is contained in:
Brian Federle 2013-09-24 15:06:13 -07:00
parent 942caf29a7
commit 6b3731cd43
1 changed files with 9 additions and 2 deletions

View File

@ -24,6 +24,8 @@ body {
* {
float: left;
}
text-shadow: 0px 1px 1px black;
}
#user, .notifications {
@ -32,11 +34,16 @@ body {
margin-right: 20px;
padding-right: 20px;
top: -65px;
cursor: pointer;
&:hover {
> span, .name {
text-decoration: underline;
}
}
}
.notifications {
cursor: pointer;
.total {
padding: 5px 10px;
@include linear-gradient(#a4a4a4, lighten(#272727, 15%));