mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-24 13:10:18 +01:00
Don't style clickable header text like other links
This commit is contained in:
parent
c94335a193
commit
e2e01a38f0
@ -94,6 +94,11 @@ h6, .h6 {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.blog-title a,
|
||||||
|
.blog-title a:hover,
|
||||||
|
.blog-title a:focus {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
.blog-description {
|
.blog-description {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user