Skip to content

Commit

Permalink
Fix styling of git-it top link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Jewell committed Dec 28, 2014
1 parent b086dac commit dd0824a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions guide/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,17 @@ li {
.filledblock {
margin: 0 auto;
text-align: center;
background-color: #f5f5f5;
display: inline-block;
padding: 4px 10px;
color: #333935;
font-family: Source Sans Pro;
font-weight: 900;
-webkit-transition: background 2s;
-webkit-transition: color 2s;
}

.filledblock:hover {
background: #4BABFF;
-webkit-transition: background 2s;
-webkit-transition: color 2s;
background: #4BABFF;
}

.filledblock a:hover {
.filledblock:hover a{
color: #fff;
text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}
Expand Down

0 comments on commit dd0824a

Please sign in to comment.