Files
bsky-social-app/bskyembed/src/index.css
T
かっこかり de15f8e2d3 feat(embed): Add support for dark mode (#6912)
* 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
2024-12-11 16:31:29 +00:00

12 lines
141 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.break-word {
word-break: break-word;
}
:root {
color-scheme: light dark;
}