Skip to content

Instantly share code, notes, and snippets.

@housemeow
Created November 20, 2015 14:55
Show Gist options
  • Save housemeow/b3343f7b5f3cb2781c5a to your computer and use it in GitHub Desktop.
Save housemeow/b3343f7b5f3cb2781c5a to your computer and use it in GitHub Desktop.
.article {
padding: 15px 20px 0 15px;
height: 103.5px;
background-color: #bbb;
border-bottom: 1px solid @article_border_color;
line-height: 1.5em;
}
.article:hover, .article.active {
color: white;
background-color: @article_hover_color;
border-bottom: 1px solid @article_hover_border_color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment