From 1f46e5e9692086082622d7c749c3477661622f7e Mon Sep 17 00:00:00 2001 From: Jasper Hale Date: Mon, 15 Jul 2024 08:34:34 +0800 Subject: [PATCH] chore: Update font size for .small-font class --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 9cf11974..13662c1d 100644 --- a/styles.css +++ b/styles.css @@ -7,7 +7,7 @@ If your plugin does not need CSS, delete this file. */ .small-font { - font-size: 0.8em; + font-size: 13px; opacity: 0.8; vertical-align: top; font-weight: normal;