2
0
Files
bot/apps/landing-page/assets/prose.css
younesbenallal a1da5f2cd4 📝 Add "Top 5 Alternatives to Landbot" article
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-04-22 16:04:59 +02:00

23 lines
388 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--sh-class: #5395e5;
--sh-identifier: white;
--sh-sign: #8996a3;
--sh-property: #5395e5;
--sh-entity: #249a97;
--sh-jsxliterals: #6266d1;
--sh-string: #00a99a;
--sh-keyword: #f47067;
--sh-comment: #a19595;
}
.prose > * {
width: 100%;
max-width: 46rem;
margin-left: auto;
margin-right: auto;
}