Skip to content

Commit

Permalink
Change --bs-primary to --bs-link-color (Dark Mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Aug 4, 2023
1 parent 71aac8e commit 5b3e48c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/swiper-style.css
Expand Up @@ -3,7 +3,7 @@
.cards .swiper-button-prev,
.cards-autoplay .swiper-button-next,
.cards-autoplay .swiper-button-prev {
color: var(--bs-primary);
color: var(--bs-link-color);
}

.cards .swiper-pagination-bullet,
Expand All @@ -13,7 +13,7 @@

.cards .swiper-pagination-bullet-active,
.cards-autoplay .swiper-pagination-bullet-active {
background: var(--bs-primary);
background: var(--bs-link-color);
}
/* Cards END */

Expand All @@ -31,4 +31,4 @@
.heroes-fade .swiper-pagination-bullet-active {
background: var(--bs-white);
}
/* Heroes END */
/* Heroes END */

0 comments on commit 5b3e48c

Please sign in to comment.