Category information to be used with plugin autopages

This commit is contained in:
2019-04-26 02:34:22 +05:30
parent e874b3471c
commit a277abeb44
3 changed files with 8 additions and 2 deletions

View File

@ -158,7 +158,10 @@ hr.small {
margin-bottom: 50px;
text-shadow: black 0em 0em 0.2em;
}
.post-heading > a {
.post-heading p a {
text-decoration: none;
}
.post-heading a {
font-weight: bold;
color: #ddd;
}

File diff suppressed because one or more lines are too long