From d130b7a5856ed181d34f03c3980a031aba4c984a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 13:14:16 -0500 Subject: [PATCH] adjusting category bold --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e21df5a..880315f 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,9 @@ Text Domain: galleria .cat-item.cat-parent > a{ font-weight: 700; } +.cat-item:not(children) > a{ + font-weight: 700; +} .site-content{ margin-top: -65px; } -- 2.17.1