Add back customContent support

This commit is contained in:
Zap 2023-12-09 14:51:35 +08:00 committed by Rafael Mardojai CM
parent ec9421f82d
commit d2e6cfdd63
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@
@import "theme/pages/privatebrowsing.css"; @import "theme/pages/privatebrowsing.css";
@import "theme/parts/video-player.css"; @import "theme/parts/video-player.css";
/* 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"; /**/