diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-03 17:30:14 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-03 17:30:14 +0700 |
| commit | e4b035a1471bd70872bb12012442367933fc8852 (patch) | |
| tree | 0466543b08aed29e3e3e4b3eeb52ca5d25c76922 /src/styles | |
| parent | c1d6b160c7356f990017a36ccd84590c45e7528e (diff) | |
Show banner and brand in home
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 |
