Fixed issues

This commit is contained in:
vinceliuice
2022-07-18 16:20:12 +08:00
parent 394cca78dc
commit 4efa977be1
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/* Import theme */ /* Import theme */
@import "theme/gnome-theme.css"; @import "Colloid/theme.css";
/* Import a custom stylesheet /* Import a custom stylesheet
* Everything you add in your customChrome.css file (it doesn't exist by * Everything you add in your customChrome.css file (it doesn't exist by

View File

@@ -1,7 +1,7 @@
@import "theme/colors/light.css"; @import "Colloid/colors/light.css";
@import "theme/colors/dark.css"; @import "Colloid/colors/dark.css";
@import "theme/pages/newtab.css"; @import "Colloid/pages/newtab.css";
@import "theme/pages/privatebrowsing.css"; @import "Colloid/pages/privatebrowsing.css";
@import "theme/parts/video-player.css"; @import "Colloid/parts/video-player.css";