Update README.md
This commit is contained in:
parent
4e1d8dfceb
commit
167f682d0e
1 changed files with 17 additions and 2 deletions
19
README.md
19
README.md
|
@ -1,3 +1,18 @@
|
||||||
# userChrome
|
# userChrome.css
|
||||||
|
|
||||||
The userChrome.css I use in Firefox
|
Thanks to the userChrome.css, you can customize Firefox's chrome! And even though [this is considered _legacy_](https://www.userchrome.org/how-create-userchrome-css.html#aboutconfig), it's still an amazing way to improve the UI of Firefox.
|
||||||
|
|
||||||
|
You can read more about userChrome.css at [www.userChrome.org](https://www.userchrome.org/).
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
This userChrome.css changes the following:
|
||||||
|
- Spacing of context menus
|
||||||
|
- Height of tabs
|
||||||
|
- Margins of the bookmark list
|
||||||
|
- Margins of identity boxes
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Follow this guide: [How to Create a userChrome.css File](https://www.userchrome.org/how-create-userchrome-css.html).
|
||||||
|
|
||||||
|
## Thanks
|
||||||
|
Thank you to [userChrome.org](https://www.userchrome.org/) for their resources and guides!
|
Loading…
Reference in a new issue