#lighttheme — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lighttheme, aggregated by home.social.
-
Update for Sassy dark mode https://no-pe.netlify.app/dark-mode/
Now with #DartSass.
Short version: I want light/dark themes that are backwards compatible. With Dart Sass, we create two maps, one for light and one for dark colors. Then, we use them in a `mixin` for all our color information. Finally, we include it twice: once as the default and once behind the media query.
-
I created a custom CSS warm light theme for mastodon.design inspired by Obsidian.md light theme color palette 🎨
It also set the four columns of the advanced web interface to full width on large screens.
If some admins want to try it, I uploaded the code here: https://gist.github.com/timotheegoguely/c5d7a97f7a52e215ac8d16d2e094caed
I will update it if I add some new rules in the future. Enjoy!