/**
Theme Name: Pulse Folio
Theme URI: https://wpplover.com/themes/pulse-folio/
Author: WP Plover
Author URI: https://wpplover.com
Description: Pulse Folio is a sleek, dark-themed WordPress theme crafted for personal blogs and portfolios. With its eye-catching gradient accents, Pulse Folio delivers a modern and vibrant aesthetic. The Hero section features a dynamic particle background, creating an immersive and visually striking introduction to your content. With the companion Plover Kit plugin, you can unlock the full potential of the WordPress block editor. The plugin also offers a library of over 100 patterns, allowing you to import your favorite patterns with a single click. Whether you're showcasing creative work, sharing insights through a blog, or launching a business landing page, Pulse Folio blends style and functionality seamlessly. Fully customizable and responsive, it’s designed to leave a lasting impression while keeping performance and readability front and center. Pulse Folio is perfect for creators, professionals, and brands looking to stand out with a bold, contemporary edge.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Template: plover
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulse-folio
Tags: full-site-editing, editor-style, block-patterns, wide-blocks, block-styles, style-variations, threaded-comments, translation-ready, sticky-post, footer-widgets, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, one-column, two-columns, three-columns, full-width-template, rtl-language-support, grid-layout, left-sidebar, right-sidebar, portfolio, blog, news
*/

.plover-sticky.has-sticky-dark-background {
    background-color: var(--wp--preset--color--neutral-950);
}
.is-style-dark .plover-sticky.has-sticky-dark-background {
    background-color: var(--wp--preset--color--neutral-0);
}

.plover-sticky.has-sticky-light-background {
    background-color: var(--wp--preset--color--neutral-0);
}
.is-style-dark .plover-sticky.has-sticky-light-background {
    background-color: var(--wp--preset--color--neutral-950);
}

.plover-sticky.has-sticky-border-bottom {
    border-bottom: 1px solid var(--wp--preset--color--neutral-400);
}
