From 38a9d379dc16d97a46c250d62f9b932292d2642d Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 7 May 2024 15:30:42 +0800 Subject: [PATCH] add italic font style for the scroll down tip --- styles/fonts/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/fonts/popup.css b/styles/fonts/popup.css index e4bb816..73b8631 100644 --- a/styles/fonts/popup.css +++ b/styles/fonts/popup.css @@ -3,4 +3,8 @@ .card-title, #summary { font-size: 175% !important; font-weight: bold !important; +} + +.tip { + font-style: italic; } \ No newline at end of file