@@ -70,7 +70,7 @@
href="https://twitter.com/intent/tweet?text={encodeURIComponent(post.title)}&url={encodeURIComponent(typeof window !== 'undefined' ? window.location.href : '')}"
target="_blank"
rel="noopener noreferrer"
- class="btn btn-sm preset-outlined-surface-200-800"
+ class="btn btn-sm preset-outlined-secondary-500"
title="Share on Twitter"
>
@@ -79,7 +79,7 @@
href="https://www.linkedin.com/sharing/share-offsite/?url={encodeURIComponent(typeof window !== 'undefined' ? window.location.href : '')}"
target="_blank"
rel="noopener noreferrer"
- class="btn btn-sm preset-outlined-surface-200-800"
+ class="btn btn-sm preset-outlined-secondary-500"
title="Share on LinkedIn"
>
@@ -92,7 +92,7 @@
Tags:
{#each post.tags as tag}
-
+
{tag}
{/each}
@@ -101,7 +101,7 @@
-
+
diff --git a/src/routes/(marketing)/pricing/+page.svelte b/src/routes/(marketing)/pricing/+page.svelte
index 01db2b0..7df1ac4 100644
--- a/src/routes/(marketing)/pricing/+page.svelte
+++ b/src/routes/(marketing)/pricing/+page.svelte
@@ -25,7 +25,7 @@
],
popular: false,
buttonText: data.session ? 'Current Plan' : 'Get Started',
- buttonClass: 'preset-outlined-surface-200-800'
+ buttonClass: 'preset-outlined-primary-500'
},
{
name: 'Pro',
@@ -79,7 +79,7 @@
{#each plans as plan}
-
+
{#if plan.popular}
@@ -117,7 +117,7 @@
-
+
{#each plan.features as feature}
-
{#if feature.included}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index d2099c9..a55dc61 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -67,7 +67,7 @@
-