From 6d7dfa6c5d5308f4b04e78e1310dc99e26dda04a Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 22 Feb 2023 16:40:30 -0600 Subject: [PATCH] Fix font size in comments --- assets/css/comments.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/comments.css b/assets/css/comments.css index 87a530b..8f01997 100644 --- a/assets/css/comments.css +++ b/assets/css/comments.css @@ -46,7 +46,8 @@ a.isso-author:hover, border: none; padding: 2px 4px; border-radius: 5px; - font-size: 100%; + /* thanks isso.css for setting this to 85% for whatever reason */ + font-size: 0.75em; } .isso-input-wrapper input,