Skip to content
Discussion options

You must be logged in to vote

I got it working by using the following snippet in my custom theme.css:

.ff-column {
    @apply !ring-1 !ring-gray-950/5 dark:!divide-white/10 !bg-white dark:!bg-gray-900 dark:!ring-white/10;
    border-width: 0 !important;
}

.ff-card {
    @apply !ring-1 !ring-gray-950/5 dark:!ring-white/10 !bg-gray-50 dark:!bg-white/5;
    border-width: 0 !important;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ManukMinasyan
Comment options

Answer selected by e-m-s-y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants