From 454b66f16ac4ace6c23eeefb6f2d962fe514e719 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Tue, 21 Jul 2020 17:05:37 +0100 Subject: [PATCH] inheriting font size --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 40a92a9..2b67f89 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,7 @@ a:hover { margin:auto; padding:2em; border-bottom:1px solid #333; + font-size:inherit; } #post-list-item { -- 2.20.1