Skip to content

Commit

Permalink
feat(theme-default): apply styles to photo-swipe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 6, 2024
1 parent c3b58ba commit 5d1fd63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/theme-default/src/client/styles/vars.scss
Expand Up @@ -100,7 +100,7 @@
--back-to-top-bg-color: var(--c-bg);
}

// catalog
// plugin-catalog
.vp-catalog-wrapper {
--catalog-bg-color: var(--c-bg);
--catalog-bg-secondary-color: var(--c-bg-dark);
Expand Down Expand Up @@ -142,6 +142,12 @@
--nprogress-color: var(--c-brand);
}

// plugin-photo-swipe
body {
--photo-swipe-bullet: var(--c-bg);
--photo-swipe-bullet-active: var(--c-brand);
}

// plugin-pwa-popup
.pwa-popup {
--pwa-popup-text-color: var(--c-text);
Expand Down

0 comments on commit 5d1fd63

Please sign in to comment.