From dc082e867f761d874caa6537af19eecc4f132daa Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 7 Jun 2026 06:29:41 -0300 Subject: [PATCH] list all features per plan with green + for new upgrades --- index.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 69 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 7ef6769..31a3b66 100644 --- a/index.html +++ b/index.html @@ -891,6 +891,15 @@ margin-top: 3px; color: var(--success); } + .pricing-perks li .plus-icon { + color: var(--success); + font-weight: 700; + font-size: 15px; + line-height: 1; + margin-top: 3px; + flex-shrink: 0; + } + .pricing-perks li.new-feature { color: var(--text); } .pricing-perks li.muted { color: var(--text-muted); } @@ -1917,18 +1926,38 @@ @@ -1948,14 +1977,46 @@