Compare commits
7 Commits
version_2_
...
version_9_
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d14519661 | |||
| 4f2b5b2df8 | |||
| 44f2ab0719 | |||
| 31c7abe505 | |||
| 995212c254 | |||
| 4ed30c25ca | |||
| 73f34b5b7a |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #050012;
|
||||
--card: #040121;
|
||||
--foreground: #f0e6ff;
|
||||
--primary-cta: #c89bff;
|
||||
--primary-cta-text: #050012;
|
||||
--secondary-cta: #1d123b;
|
||||
--secondary-cta-text: #f0e6ff;
|
||||
--accent: #684f7b;
|
||||
--background-accent: #65417c;
|
||||
--background: #080000;
|
||||
--card: #1e0d0d;
|
||||
--foreground: #ffe6e6;
|
||||
--primary-cta: #ff7a7a;
|
||||
--primary-cta-text: #080000;
|
||||
--secondary-cta: #1e0909;
|
||||
--secondary-cta-text: #ffe6e6;
|
||||
--accent: #7b4242;
|
||||
--background-accent: #65292c;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function PricingSection(): React.JSX.Element {
|
||||
},
|
||||
{
|
||||
tag: "Elite",
|
||||
price: "$99/mo",
|
||||
price: "$999/mo",
|
||||
description: "Professional licensing",
|
||||
features: [
|
||||
"Full commercial rights",
|
||||
|
||||
Reference in New Issue
Block a user