.post {
    .post__tabs {
        a {
            @apply border-b-0;
            &.active {
                @apply bg-white text-theme-1;
            }
        }
    }
}