Don't style clickable header text like other links

This commit is contained in:
Alan Orth 2016-09-14 12:25:23 +03:00
parent c94335a193
commit e2e01a38f0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 7 additions and 2 deletions

View File

@ -94,6 +94,11 @@ h6, .h6 {
font-size: 2rem;
font-weight: normal;
}
.blog-title a,
.blog-title a:hover,
.blog-title a:focus {
color: inherit;
}
.blog-description {
font-size: 1.1rem;
color: #999;

File diff suppressed because one or more lines are too long