Doc: Restrictions - URL quote

This commit is contained in:
alstjr7375 2022-05-02 20:36:08 +09:00
parent b73f2934f2
commit f51106d312

View file

@ -170,7 +170,7 @@ html|input {
If you want to limit the coverage to some pages, you can use [`@-moz-document`](https://developer.mozilla.org/en-US/docs/Web/CSS/@document):
```css
/* Main browser UI */
@-moz-document url(chrome://browser/content/browser.xhtml) {
@-moz-document url("chrome://browser/content/browser.xhtml") {
/* Your CSS */
}