From 4efa977be113d8a31e5beb92eeca21373c16fecf Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 18 Jul 2022 16:20:12 +0800 Subject: [PATCH] Fixed issues --- src/other/firefox/chrome/userChrome.css | 2 +- src/other/firefox/chrome/userContent.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/other/firefox/chrome/userChrome.css b/src/other/firefox/chrome/userChrome.css index c8a72eef..7243590f 100644 --- a/src/other/firefox/chrome/userChrome.css +++ b/src/other/firefox/chrome/userChrome.css @@ -1,6 +1,6 @@ /* Import theme */ -@import "theme/gnome-theme.css"; +@import "Colloid/theme.css"; /* Import a custom stylesheet * Everything you add in your customChrome.css file (it doesn't exist by diff --git a/src/other/firefox/chrome/userContent.css b/src/other/firefox/chrome/userContent.css index 18fe21c8..686498b5 100644 --- a/src/other/firefox/chrome/userContent.css +++ b/src/other/firefox/chrome/userContent.css @@ -1,7 +1,7 @@ -@import "theme/colors/light.css"; -@import "theme/colors/dark.css"; +@import "Colloid/colors/light.css"; +@import "Colloid/colors/dark.css"; -@import "theme/pages/newtab.css"; -@import "theme/pages/privatebrowsing.css"; +@import "Colloid/pages/newtab.css"; +@import "Colloid/pages/privatebrowsing.css"; -@import "theme/parts/video-player.css"; +@import "Colloid/parts/video-player.css";