From 0c556e176bab7f0c8d5aa2863fddde6df31c07f6 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Wed, 25 Feb 2026 19:18:11 -0500 Subject: [PATCH] feat: Update pricing card styles by removing border and shadow for featured cards --- pages/pricing.php | 2 +- theme/assets/css/main.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/pricing.php b/pages/pricing.php index 8625962..d8236c9 100644 --- a/pages/pricing.php +++ b/pages/pricing.php @@ -21,7 +21,7 @@ return <<<'ORIBI_SYNC_CONTENT' - + diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 53a4de3..52e2a4d 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -1931,8 +1931,6 @@ p:last-child { margin-bottom: 0; } transform: translateY(-4px); } .pricing-card.featured { - border-color: var(--color-primary); - box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb),.1); } .pricing-badge { position: absolute;