From 4bb5740489550ee746ca8d8efb420e9b2ce0ba0b Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:33:32 +0800 Subject: [PATCH] add popup custom style --- styles/popup.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styles/popup.css diff --git a/styles/popup.css b/styles/popup.css new file mode 100644 index 0000000..ea2fb41 --- /dev/null +++ b/styles/popup.css @@ -0,0 +1,3 @@ +#summary { + font-weight: bold; +} \ No newline at end of file