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 6 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
3 changes: 3 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,9 @@ 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 your instance across updates by going to the userstyle's **Settings** > **Custom included sites** and adding your instance to the list.
isabelroses marked this conversation as resolved.
Show resolved Hide resolved

&nbsp;

## 👐 Contributing
Expand Down
15 changes: 0 additions & 15 deletions scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,9 @@ 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."
- question: "**The theme is not working?**"
answer: |
One solution might be changing the theme to either light or dark via **Preferences** > **Appearance** > **Site theme**.
uncenter marked this conversation as resolved.
Show resolved Hide resolved
current-maintainers: [*isabelroses]
past-maintainers: [*andreasgrafen]
mdn:
Expand Down Expand Up @@ -644,12 +635,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