homegrade_theme_production/resources/css/pages/single-news.css

12 lines
199 B
CSS

.entry-content.single-news-editor-content {
@apply mx-auto mt-8 px-4;
ul li::marker,
ol li::marker {
@apply text-purple-500;
}
ul li:before {
@apply bg-secondary;
}
}