mirror of
https://github.com/tiennm99/agentic-inbox.git
synced 2026-05-26 07:58:03 +00:00
28 lines
484 B
CSS
28 lines
484 B
CSS
@source "../node_modules/@cloudflare/kumo/dist/**/*.{js,jsx,ts,tsx}";
|
|
@import "@cloudflare/kumo/styles/tailwind";
|
|
@import "tailwindcss";
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
/* TipTap list styles */
|
|
.ProseMirror ul {
|
|
list-style-type: disc;
|
|
padding-left: 1.5em;
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.ProseMirror ol {
|
|
list-style-type: decimal;
|
|
padding-left: 1.5em;
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.ProseMirror li {
|
|
margin-top: 0.25em;
|
|
margin-bottom: 0.25em;
|
|
}
|