From fd5e0f1c045be76db6f6e064308c1a8f31008ee5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Dec 2019 20:26:18 -0500 Subject: [PATCH] Make second-level subcategory titles smaller --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index de9b5a9..3b0c007 100644 --- a/style.css +++ b/style.css @@ -396,6 +396,10 @@ body.dark .custom-header-static { font-size: 200%; } +.custom-category-sub .custom-category-sub .custom-header { + font-size: 150%; +} + body.light .custom-header { color: #aaa; background-color: rgba(255, 255, 255, 0.3);