Skip to content

Commit 200934e

Browse files
committed
css: adjust tags links
1 parent 8018d7d commit 200934e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

css/main.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,21 +355,18 @@ footer .theme-by {
355355

356356
.blog-tags {
357357
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
358-
color: #999;
359358
font-size: 15px;
360359
margin-bottom: 30px;
361360
}
362361

363362
.blog-tags a {
364363
color: #008AFF;
365-
text-decoration: none;
366364
padding: 0px 5px;
367365
}
368366

369-
.blog-tags a:hover {
370-
border-radius: 2px;
371-
color: #008AFF;
372-
background-color: #CCC;
367+
.blog-tags a:hover,
368+
.blog-tags a:focus {
369+
color: #0085a1;
373370
}
374371

375372
.post-preview .blog-tags {

0 commit comments

Comments
 (0)