From d2e6cfdd63651ae8168e5905d94138f406580dd6 Mon Sep 17 00:00:00 2001 From: Zap <134786889+zapSNH@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:51:35 +0800 Subject: [PATCH] Add back customContent support --- userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userContent.css b/userContent.css index 18fe21c..1d44170 100644 --- a/userContent.css +++ b/userContent.css @@ -5,3 +5,9 @@ @import "theme/pages/privatebrowsing.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"; /**/ \ No newline at end of file