From 76519a7d37f63b8106073cb153c2b2976aae63b3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 Aug 2021 17:17:38 +0200 Subject: [PATCH] CSS: Rework text-align exceptions. --- assets/blog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/blog.css b/assets/blog.css index 4f57a16..096195c 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -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; }