I am not sure if Stylus CSS counts for this community, but I thought some people might find this helpful
this post was submitted on 14 Jun 2023
25 points (100.0% liked)
Lemmy Plugins and Userscripts
2174 readers
1 users here now
A general repository for user scripts and plugins used to enhance the Lemmy browsing experience.
Post (or cross-post) your favorite Lemmy enhancements here!
General posting suggestions:
- Preface the submission with the type of enhancement - ex: [UserScript].
- Include a screenshot of the enhancement in use (where possible)
- Indicate the requirements for use (eg, greasemonkey, stylus, etc.)
Thanks!
founded 1 year ago
MODERATORS
it sure does count! Thanks for sharing!
I'd appreciate a dark mode, looks great otherwise.
That's an easy fix.
Create a new style in Stylus, find this part of the code:
body { background-color: #fafafa; }
and change #fafafa
to #181a1b
.
Save as new theme, and voilà.
Why is it not the default ui?