Fix: Replace userChrome and userContent with stubs which import lepton

Co-authored-by: anzz1 <>
This commit is contained in:
alstjr7375 2022-04-19 15:06:46 +09:00
parent 14f0678946
commit 36ee2e016f
2 changed files with 26 additions and 0 deletions

4
userContent.css Normal file
View file

@ -0,0 +1,4 @@
/** Import Lepton stylesheet (Content) ****************************************/
@import url("css/leptonContent.css");
/** Add your custom styles below **********************************************/