de15f8e2d3
* 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
12 lines
141 B
CSS
12 lines
141 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.break-word {
|
|
word-break: break-word;
|
|
}
|
|
|
|
:root {
|
|
color-scheme: light dark;
|
|
}
|