fenix-fox/README.md

13 lines
263 B
Markdown
Raw Normal View History

2018-10-21 20:27:25 +02:00
# Collection of random CSS hacks for Firefox
2018-10-21 17:44:14 +02:00
2018-10-21 20:27:25 +02:00
# Usage
2018-10-21 17:44:14 +02:00
Use stylesheets under "chrome" in userChrome.css
Use stylesheets under "content" in userContent.css
You can import the stylesheets with @-rule import like this:
```css
@import url("path/filename.css");
```