Skip to content

Commit

Permalink
fix: dark styling for swiper bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBird committed Mar 10, 2023
1 parent 7cb5359 commit e699d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@apply bg-zinc-50 dark:bg-zinc-900;
}
}

@layer components {
.active-navbar-link {
@apply border-black dark:border-white border-b-2 !important;
Expand All @@ -20,7 +21,8 @@
.action-btn {
@apply inline-block rounded-full items-center justify-center bg-white/90 shadow-lg shadow-zinc-800/5 ring-1 ring-zinc-900/5 backdrop-blur dark:bg-zinc-800/90 dark:ring-white/10 dark:hover:ring-white/20;
}
/* .swiper-pagination-bullet-active {
@apply bg-secondary-500 !important;
} */
}

.swiper-pagination-bullet {
@apply dark:bg-white !important;
}

1 comment on commit e699d4c

@vercel
Copy link

@vercel vercel bot commented on e699d4c Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.