9 lines
119 B
CSS
9 lines
119 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.prose{
|
|
color: inherit;
|
|
--tw-prose-bullets: #6b7280;
|
|
}
|