Skip to content

Commit

Permalink
Update style for hover effekt
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Jun 10, 2015
1 parent b73c4ba commit c03eb41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/style.dev.css
Expand Up @@ -129,7 +129,7 @@ blockquote p:after {
}

#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active {
color: #999;
text-decoration: underline;
}

.post p {
Expand Down Expand Up @@ -358,7 +358,7 @@ a:link, a:visited {

a:hover, a:active {
color: #666;
text-decoration: none;
text-decoration: underline;
border: none;
}

Expand Down

0 comments on commit c03eb41

Please sign in to comment.