jan/docs/src/styles/changelog.scss
hiento09 f93deb6749
chore: move Jan Docs back into Jan Repo (#3790)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-14 10:07:16 +07:00

17 lines
272 B
SCSS

.changelog-markdown {
h2 {
@apply mt-8 text-2xl font-bold tracking-tight text-slate-900 dark:text-slate-100;
}
ul {
@apply mt-6 list-disc first:mt-0 ltr:ml-6 rtl:mr-6;
li {
@apply my-2;
}
}
p {
@apply mt-6 leading-7 first:mt-0;
}
}