Gitea-Modern/misskey/readme.md

18 lines
1.2 KiB
Markdown
Raw Normal View History

2021-11-25 16:29:42 +00:00
# Misskey Tweaks
A collection of tweaks that aim to make Misskey less cluttered.
| ![Profile Page](/images/mktweaks_profile.png) | ![Posts](/images/mktweaks_posts.png) | ![Gitea Modern Profile Page](/images/mktweaks_mobile.png)
|---|---|---|
**Note:** The [Stylus browser extension](https://add0n.com/stylus.html) and [Stylus preprocessor](https://stylus-lang.com/) are two different things.
2021-11-26 16:30:50 +00:00
### Apply to any instance by [easily managing the snippets using Stylus](https://example.com/)
2021-11-25 16:29:42 +00:00
#### Or, add the snippets directly to Misskey:
1. Find the snippet you want to add in the snippets folder of this repo, copy its contents
2. In Misskey, navigate to `Settings > Themes > Install a theme`
3. Paste the contents of the file into the textbox
4. Click Install!
### Contributing
2021-11-26 16:30:50 +00:00
To make changes, find the tweak you want to edit inside of [`mktweaks.user.css`](mk-tweaks.user.css), which uses the [Stylus preprocessor](https://stylus-lang.com/). Don't edit anything else outside of the if statements. Please only change one tweak at a time when making a pull request.
2021-11-25 16:29:42 +00:00
2021-11-26 16:30:50 +00:00
If you want, you can then copy & paste the code into https://stylus-lang.com/try.html, and paste the output into the corresponding `.css` file inside of the tweaks folder.