firefox-gnome-theme/userContent.css

13 lines
447 B
CSS
Raw Normal View History

@import "theme/colors/light.css";
@import "theme/colors/dark.css";
@import "theme/pages/newtab.css";
2022-07-03 19:50:47 +03:00
@import "theme/pages/privatebrowsing.css";
@import "theme/parts/video-player.css";
2023-12-09 08:51:35 +02:00
/* Import a custom stylesheet
* Everything you add in your customContent.css file (it doesn't exist by
* default) will be included here and preserved between updates.
* You can apply your own custom styles in that file. */
@import "customContent.css"; /**/