about summary refs log tree commit diff
path: root/bskyembed/src/color-mode.ts
Commit message (Collapse)AuthorAgeFilesLines
* enhance(embed): add ability to pin color mode (#7186)Samuel Newman2025-03-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * enhance(embed): add ability to pin color mode * fix: Move color mode dropdown to the root section * auto -> system * style tweaks * default to light theme * try and fix eslint * fix dropdown styles on other browsers * rm unnecessary eslintrc change * more explicit color mode select * make light explicit --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* feat(embed): Add support for dark mode (#6912)かっこかり2024-12-111-0/+17
* feat(embed): Support dark mode (wip) * finishing up the implementation * fix tailwind color selector * tweak design * refactor: unify types * fix * fix english grammar * refactor: unify types * tweak design * remove the customization part