File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
enabling-firefox-user-agent-style-sheet Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ 1 . In Firefox’s address bar, type ` about:profiles ` .
2+ 2 . Click the button at the end of the entry for ` Root Directory ` to open the root directory in your machine’s Finder/Explorer.
3+ 3 . Open the highlighted folder, then create a new folder called ` chrome ` .
4+ 4 . Create a file called ` userContent.css ` _ inside_ the new ` chrome ` folder. (Consider putting the ` chrome ` folder under Git control.)
5+ 5 . Visit ` about:config ` .
6+ 6 . Search for ` toolkit.legacyUserProfileCustomizations.stylesheets ` , then click the ` ⇌ ` icon.
7+ 7 . Restart Firefox.
8+
9+ ** Note** : Any changes to ` userContent.css ` won’t take effect until you restart Firefox.
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ <h2>Responsive Design Using Media Queries</h2>
7070
7171 < h2 > Random</ h2 >
7272 < ul >
73+ < li > < a href ="enabling-firefox-user-agent-style-sheet "> Enabling Firefox’s user agent style sheet</ a > </ li >
7374 < li > The < a href ="anatomy-of-a-qualified-css-rule "> anatomy of a qualified rule</ a > </ li >
7475 < li > Styling < a href ="anchors "> < code > a</ code > nchors</ a > </ li >
7576 < li > Single animation using a < a href ="animations/single/counter "> < code > counter</ code > </ a > </ li >
You can’t perform that action at this time.
0 commit comments