mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Doc: link works
This commit is contained in:
parent
a6cb7a0d65
commit
a26e9dae02
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
- [Basics](#basics)
|
||||
- [Default Config](#default-config)
|
||||
- [User Config](#user-config)
|
||||
* [about:config](#about-config)
|
||||
* [about:config](#aboutconfig)
|
||||
* [prefs.js](#prefsjs)
|
||||
* [user.js](#userjs)
|
||||
- [Auto Config](#auto-config)
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ User CSS(`userChrome.css`, `userContent.css`) is usually loaded first.
|
|||
In many cases, overriding should be prevented with [`important!`](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#the_!important_exception)(Anti-pattern in general web), and side effects should also be considered.
|
||||
|
||||
### DOM structure cannot be modified
|
||||
It is possible with [JS(Autoconfig)](./Prefence.md#auto-config), but there are security and configuration issues, so we should make the most of CSS.
|
||||
It is possible with [JS(Autoconfig)](./Preference.md#auto-config), but there are security and configuration issues, so we should make the most of CSS.
|
||||
|
||||
[`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`::after`](https://developer.mozilla.org/en-US/docs/Web/CSS/::after) can indirectly add CSS elements.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue