CSS: Rework text-align exceptions.

This commit is contained in:
tastytea 2021-08-09 17:17:38 +02:00
parent 0bdc2325d5
commit 76519a7d37
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ html
scroll-padding-top: 0.5em;
}
/* Exception for /posts/ and headlines */
li[role="article"], h1, h2, h3, h4, h5, h6
/* Exception for /posts/, /tags/ and headlines */
.list, .terms, h1, h2, h3, h4, h5, h6
{
text-align: left;
}