removed underline from header link

This commit is contained in:
Vicky Steeves 2017-07-19 22:19:16 +00:00
parent 1bb5b7a954
commit bbc86822fb
1 changed files with 4 additions and 1 deletions

View File

@ -240,4 +240,7 @@ fieldset[disabled] .btn-default.focus {
.post-list .list-unstyled > .post-list-item > h2 > a {
text-decoration:none;
}
.blog-title h1 a {
text-decoration: none;
}