improve title styling on single pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2ec5e7aa48
commit
fe3e8ead2b
@ -1002,6 +1002,16 @@ footer a:hover {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.single .p-name a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.single .p-name a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.single .h-entry img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user