Clean: Move lepton stylesheets into their own files

- `userChrome.css` -> `css/leptonChrome.css`
- `userContent.css` -> `css/leptonContent.css`

This allows users to easily update lepton while still keepping their
own custom styles

Co-authored-by: anzz1 <>
This commit is contained in:
alstjr7375 2022-04-19 11:56:56 +09:00
parent 356b41da15
commit 14f0678946
7 changed files with 4 additions and 10 deletions

View file

@ -90,12 +90,6 @@ CSS settings are relatively simple.
- `userChrome-overrides.css` at `<Firefox_Profile>/chrome/`
- `userContent-overrides.css` at `<Firefox_Profile>/chrome/`
Then, activate the following options:
- `userChrome.overrides` to `true`
- `userContent.overrides` to `true`
It is now loading, and there is no need to manage the version control to the `userChrome.css` and `userContents.css` file.
`user-overrides.js` needs to use a shell script and has some priorities.
- `<Firefox_Profile>/user-overrides.js`
- `./user-overrides.js` (Will be copied `<Firefox_Profile>/chrome/`)