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";