Compare commits

..

No commits in common. "b58b1536cd40608f3c5580c1eeb0dae5ceee33ef" and "c05b2493c6a4d64b1645635b40f13cbd90d50fc3" have entirely different histories.

View File

@ -297,22 +297,6 @@ body.post-type-artisans {
@apply border border-neutral-200 border-solid p-4; @apply border border-neutral-200 border-solid p-4;
div[data-type='message'] { div[data-type='message'] {
@apply text-neutral-900 py-0 text-base; @apply text-neutral-900 py-0 text-xl;
}
}
.striped > tbody > :nth-child(odd),
ul.striped > :nth-child(odd) {
@apply bg-neutral-50;
background-color: #efeef04d;
}
#the-list {
.rank-math-column-display.seo-score,
.rank-math-column-display.schema-type {
@apply !hidden;
}
.rank_math_seo_details.column-rank_math_seo_details > *,
.date.column-date {
@apply !text-neutral-500;
} }
} }