This commit is contained in:
wpioneer
2017-02-05 18:45:57 +03:00
parent 230090848b
commit c531356866
12 changed files with 60 additions and 71 deletions

View File

@@ -9,7 +9,11 @@
line-height: 30px;
margin-bottom: 20px;
}
.blog-post h2 a:hover {
.blog-post h2 a {
color: #222;
}
.blog-post h2 a:hover,
.blog-post h2 a:focus {
border-bottom: 1px solid;
}
.blog-post p {