* fix(mastodon): overlaying profile header
Fixing an issue where the profile header was partially hidden due to a styled div on top.
* chore(mastodon): bump version number
* feat: themed the bar & pie charts
* fix: clickable text color in drilldown pie chart
* fix: wrong pie chart outline on latte
* feat: themed the bar chart legend
* fix: wrong "no data to display" text color
* fix: wrong color of axis title (in bar charts)
* fix: improved highcharts theming
- hovering over a line graph is now themed
- fix theming of the time navigator
- "graps use accent color" is now fully finished
- map legend & info box when hovering over the map is now properly themed
* update images
This commit adds a new job to call the readme
workflow within the main catppuccin/catppuccin
repository.
This will make sure that any additions to userstyles
will be synced with the README on the main repository.
In order to bypass repository rulesets, the
repository must be cloned with a PAT. This
commit adds 2 steps to clone the repository,
one where the PAT exists and one where it
does not. This should allow the action to
succeed on main and on forked repositories.
* feat: add formative port
* fix(github) - Fixed a lot of missing UI changes and adjusted some existing changes (#173)
* So many changes
* Fixed issues with new repo overview
* fixed githubs wrong styling hehe
* border color fixes (hopefully)
* text edit ui fix
* fix(substack): podcast background color (#175)
* ci: automatically sync maintainers in the team (#174)
Co-authored-by: winston <hey@winston.sh
---------
Co-authored-by: soradotwav <84683510+soradotwav@users.noreply.github.com>
Co-authored-by: winston <hey@winston.sh>
Co-authored-by: rubyowo <perhaps-you-know@what-is.ml>
Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
* applying more colors to uncolored elements
- Fix coloring for detailed posts while also removing the coloring for focused posts
- Fix coloring for tab settings
- Apply accent color for switchers, pillbars and text boxes
- Fix compose placeholder coloring
* more coloring changes
- apply accent color to radio boxes and graphs
- fix coloring for announcements
- tweak colors from cards on posts
* fix user profile coloring
* color literally details
* edit colors to better fit the catppuccin color scheme guides
the colors of the headerbar did looked off on the mobile view when compared to other apps with catppuccin. this commit aims to fix it
* mastodon: bump version
---------
Co-authored-by: Isabel <71222764+isabelroses@users.noreply.github.com>