Skip to content

Commit

Permalink
highlights urls on pages (fixes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trybnetic committed Sep 10, 2017
1 parent 79b796f commit 61c0148
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,24 @@ a:hover {
max-width: 50%;
}

#post a:link, #post a:visited {
#content-left a:link, #content-left a:visited {
text-decoration: underline;
color:#000
}

#post a:hover {
#content-left a:hover {
text-decoration: none;
}

#post-short a:link, #post-short a:visited {
text-decoration: none;
color:#000
}

#post-short a:hover {
text-decoration: underline;
}

#post-short h3, #post h2 {
margin-bottom: 0px;
}
Expand Down

0 comments on commit 61c0148

Please sign in to comment.