Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: instance based websites #724

Merged
merged 9 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
uncenter marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ See instructions on the [GitHub release page](https://github.com/catppuccin/user
- Replacing `<name>` with the name of the userstyle.
3. Enjoy!

> [!TIP]
> For decentralized or self-hosted applications, you can apply a theme to one or multiple instances across updates by following the instructions below.
> 1. Open the Stylus "Manage" page.
> 2. Click on the userstyle's name in the list.
> 3. Click on **Style settings** in the left panel.
> 4. Enter the URL patterns for your instance(s) in the text box labeled **Custom included sites**.

&nbsp;

## 👐 Contributing
Expand Down
12 changes: 0 additions & 12 deletions scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,12 +468,6 @@ userstyles:
color: lavender
readme:
app-link: "https://github.com/mastodon/mastodon"
usage: |+
This userstyle is applied by default on a few commonly used Mastodon servers, listed at the top:
```css
@-moz-document domain("mastodon.social"), domain("mstdn.social"), domain("fosstodon.org"), domain("piaille.fr"), domain("tech.lgbt") {
```
If the theme isn't being applied to your instance, go to the userstyle's **Settings > Custom included sites** and add your instance to the list, for instance, `*://floss.social/*`.
faq:
- question: "**The theme does not look the same as the preview?**"
answer: "Your Mastodon instance may be using its own custom CSS, which is changing the look of the theme."
Expand Down Expand Up @@ -644,12 +638,6 @@ userstyles:
icon: searxng
color: blue
readme:
usage: |+
This userstyle is applied by default on a few commonly used Searxng servers, listed at the top:
```css
@-moz-document url-prefix("https://searx.baczek.me/"), url-prefix("https://searx.be/") {
```
If the theme isn't being applied to your instance, go to the userstyle's **Settings > Custom included sites** and add your instance to the list, for instance, `*://searxng.example.com/*`.
app-link: "https://github.com/searxng/searxng"
current-maintainers: [*sekki21956, *ryanccn]
snapchat-web:
Expand Down
Loading