improve title styling on single pages

This commit is contained in:
Aadil Ayub 2022-06-10 22:50:45 +05:00
parent 2ec5e7aa48
commit fe3e8ead2b
1 changed files with 10 additions and 0 deletions

View File

@ -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;
}