Updated user manual and themes marketplace documentation

This commit is contained in:
Jonas List 2025-05-20 23:44:28 +02:00
parent 4a82b23ab1
commit fa5987d995
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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.
![Default search engines during onboarding](/assets/user-manual/urlbar/onboarding-search.png) ![Default search engines during onboarding](/assets/user-manual/urlbar/onboarding-search.png)