Skip to content

Commit 358a38a

Browse files
authored
Merge pull request #21 from Trybnetic/highlight-urls
highlights urls on pages (fixes #18)
2 parents 79b796f + 61c0148 commit 358a38a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

assets/css/style.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,24 @@ a:hover {
6666
max-width: 50%;
6767
}
6868

69-
#post a:link, #post a:visited {
69+
#content-left a:link, #content-left a:visited {
7070
text-decoration: underline;
7171
color:#000
7272
}
7373

74-
#post a:hover {
74+
#content-left a:hover {
7575
text-decoration: none;
7676
}
7777

78+
#post-short a:link, #post-short a:visited {
79+
text-decoration: none;
80+
color:#000
81+
}
82+
83+
#post-short a:hover {
84+
text-decoration: underline;
85+
}
86+
7887
#post-short h3, #post h2 {
7988
margin-bottom: 0px;
8089
}

0 commit comments

Comments
 (0)