summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-03 17:30:14 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-03 17:30:14 +0700
commite4b035a1471bd70872bb12012442367933fc8852 (patch)
tree0466543b08aed29e3e3e4b3eeb52ca5d25c76922 /src/styles/globals.css
parentc1d6b160c7356f990017a36ccd84590c45e7528e (diff)
Show banner and brand in home
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css4
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