From 3d7e11805055239035ef581685c84ffa4ed4af15 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 28 Apr 2017 15:27:42 +0900 Subject: [PATCH] Fix top bar on front page font-size as part of Recent theme / extension --- templates/themes/recent/recent.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/themes/recent/recent.css b/templates/themes/recent/recent.css index 0bc6efa7..cd34a750 100644 --- a/templates/themes/recent/recent.css +++ b/templates/themes/recent/recent.css @@ -143,6 +143,11 @@ p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.ema border-top: 1px solid #666; } +div.boardlist a +{ + font-size: 12px; +} + div.boardlist { color: #0b000f;