From 80cfb185fa2ccd974f9caa7d82065c7f8ad4e0fa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jul 2024 10:46:56 -0300 Subject: Fix: userChrome importing --- chrome/userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/userChrome.css') diff --git a/chrome/userChrome.css b/chrome/userChrome.css index b5b7aee..6ebfd6f 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -2,5 +2,5 @@ * userChrome.css for Firefoxer */ -@import url("tabs/hide.css"); -@import url("tabs/tree.css"); +@import "tabs/hide.css"; +@import "tabs/tree.css"; -- cgit v1.2.3