summaryrefslogtreecommitdiff
path: root/web/assets/themes/sunset-light.css
AgeCommit message (Collapse)AuthorFiles
2025-05-30[feature/frontend] Respect color scheme preference for highlighted code ↵Libravatar tobi1
blocks (#4201) That's it! It just conditionally imports prism light or prism dark depending on the theme. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4201 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
2024-09-26[chore] Fix some contrast issues in themes; performance tweaks (#3358)Libravatar tobi1
2024-07-24[feature] Allow user to set "bot" flag; show bot icon on profile (#3135)Libravatar tobi1
* [feature] Allow user to set "bot" flag; show bot icon on profile * tweak * update customs
2024-03-26[chore/frontend] Adjust contrast, mute blurple a bit (#2785)Libravatar tobi1
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi1
* [feature] User-selectable preset themes * docs, more theme stuff * lint, tests * fix css name * correct some little issues * add another theme * fix poll background * okay last theme i swear * make retrieval of apimodel themes more conventional * preallocate stylesheet slices