diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 0570da9d..e88d14aa 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -221,4 +221,8 @@ html, body { .lazy-load-image-background { @apply !block; +} + +.swiper-pagination-bullet-active { + @apply !bg-yellow-900; }
\ No newline at end of file |
