Updated default link colors, hovers, sidebar link colors, etc

This commit is contained in:
Brandon Mathis
2011-07-13 11:58:34 -04:00
parent b0a610095f
commit b0921c1e27
3 changed files with 11 additions and 15 deletions

View File

@ -1,9 +1,8 @@
.side-shadow-border {
@include box-shadow(lighten($sidebar-bg, 5) 0 1px);
}
#content > aside {
aside[role=sidebar] {
color: $sidebar-color;
//padding-top: 1.2em;
text-shadow: lighten($sidebar-bg, 8) 0 1px;
section {
@extend .sans;
@ -37,16 +36,10 @@
color: inherit;
@include transition(color, .5s);
}
&:hover a, &:hover #tweets a { color: $sidebar-link-color;
&:hover a {
color: $sidebar-link-color;
&:hover { color: $sidebar-link-color-hover; }
}
#recent_posts {
time {
text-transform: uppercase;
font-size: .9em;
color: #666;
}
}
}
.aside-alt-link {
color: $sidebar-link-color-subdued;