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

@ -241,3 +241,6 @@ fieldset[disabled] .btn-default.focus {
text-decoration:none; text-decoration:none;
} }
.blog-title h1 a {
text-decoration: none;
}