Skip to content

Commit

Permalink
Keep color on share hover.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihneadb authored and roryg committed Jun 2, 2014
1 parent 7d387e9 commit e943531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,12 @@ table {
.post-tags span,
.share span {
font-weight: 600; }
.post-tags a:hover,
.share a:hover {
color: #303030; }

.post-tags {
float: left;
margin: 3px 0 0; }
.post-tags a:hover {
color: #303030; }

.share {
float: right; }
Expand Down
5 changes: 2 additions & 3 deletions assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,12 @@ table {
font-size: 14px;

span { font-weight: 600; }

a:hover { color: $secondary; }
}

.post-tags {
float: left;
margin: 3px 0 0;
a:hover { color: $secondary; }
}

.share {
Expand Down Expand Up @@ -514,4 +513,4 @@ table {
margin-right: 15px;
margin-left: 15px;
}
}
}

0 comments on commit e943531

Please sign in to comment.