mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
Updated user manual and themes marketplace documentation
This commit is contained in:
parent
4a82b23ab1
commit
fa5987d995
2 changed files with 3 additions and 3 deletions
|
@ -244,7 +244,7 @@ You can also have negative conditions
|
||||||
|
|
||||||
<Callout type="warn" title="Attention">
|
<Callout type="warn" title="Attention">
|
||||||
`property` fields defined in `preferences.json` using the `"dropdown"` type will have one key difference when used in your mod's CSS: <strong>dots (`.`) in the `property` name are replaced with hyphens (`-`)</strong>.
|
`property` fields defined in `preferences.json` using the `"dropdown"` type will have one key difference when used in your mod's CSS: <strong>dots (`.`) in the `property` name are replaced with hyphens (`-`)</strong>.
|
||||||
<br/><br/>
|
|
||||||
E.g. `mod.mymod.background_color` becomes `mod-mymod-background_color` in the CSS file.
|
E.g. `mod.mymod.background_color` becomes `mod-mymod-background_color` in the CSS file.
|
||||||
This transformation ensures that the property can be used as an attribute selector or inside a media query.
|
This transformation ensures that the property can be used as an attribute selector or inside a media query.
|
||||||
</Callout>
|
</Callout>
|
||||||
|
@ -358,7 +358,7 @@ String preferences can be detected in your CSS using the `var(--property)` opera
|
||||||
|
|
||||||
<Callout type="warn" title="Attention">
|
<Callout type="warn" title="Attention">
|
||||||
`property` fields defined in `preferences.json` using the `"string"` type will have one key difference when used in your mod's CSS: <strong>dots (`.`) in the `property` name are replaced with hyphens (`-`)</strong>.
|
`property` fields defined in `preferences.json` using the `"string"` type will have one key difference when used in your mod's CSS: <strong>dots (`.`) in the `property` name are replaced with hyphens (`-`)</strong>.
|
||||||
<br/><br/>
|
|
||||||
E.g. `mod.mymod.background_color` becomes `mod-mymod-background_color` in the CSS file.
|
E.g. `mod.mymod.background_color` becomes `mod-mymod-background_color` in the CSS file.
|
||||||
This transformation ensures that the property can be used as an attribute selector or inside a media query.
|
This transformation ensures that the property can be used as an attribute selector or inside a media query.
|
||||||
</Callout>
|
</Callout>
|
||||||
|
|
|
@ -29,7 +29,7 @@ Zen has several floating behaviors for its URL bar, which can be changed in `Set
|
||||||
|
|
||||||
### Setting default search engine
|
### Setting default search engine
|
||||||
|
|
||||||
By default, Zen provides **Google**, **DuckDuckGo**, and **Wikipedia** (English) as default search engine providers. You can choose between Google and DuckDuckGo in the onboarding process after installing Zen.
|
By default, Zen provides **Google**, **DuckDuckGo**, and **Wikipedia** (English) as default search engine providers. You can choose between Google, DuckDuckGo and *[Ecosia*](https://blog.ecosia.org/ecosia-firefox-switch/)* in the onboarding process after installing Zen.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue