14 lines
245 B
CSS
14 lines
245 B
CSS
body.acoustisque {
|
|
@apply bg-slate-800;
|
|
}
|
|
.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;
|
|
}
|
|
}
|