fix prose styles

This commit is contained in:
2023-01-21 17:40:14 +02:00
parent eb5ed29a16
commit af58e885d7
3 changed files with 14 additions and 18 deletions

View File

@ -2645,14 +2645,10 @@ select {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.prose{
color: inherit;
--tw-prose-bullets: #6b7280;
}
.prose-lg{
.prose {
color: inherit;
--tw-prose-bullets: #6b7280;
--tw-prose-headings: inherit;
}
.hover\:scale-105:hover {

View File

@ -1,9 +1,5 @@
.prose{
color: inherit;
--tw-prose-bullets: #6b7280;
}
.prose-lg{
.prose {
color: inherit;
--tw-prose-bullets: #6b7280;
--tw-prose-headings: inherit;
}