diff --git a/src/components/features.tsx b/src/components/features.tsx index 1bcf9a6..b480ddf 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -261,10 +261,10 @@ export default function Features() { {feature == "item-1" && (
-
+
+
- + See what version of Firefox Zen uses
@@ -272,10 +272,10 @@ export default function Features() { {feature == "item-2" && (
-
+
+
- + Learn about Zen's privacy policy
@@ -283,10 +283,10 @@ export default function Features() { {feature == "item-3" && (
-
+
+
- + See how Zen keeps you safe
diff --git a/src/components/marketplace.tsx b/src/components/marketplace.tsx index 9bcfdbc..528c0ef 100644 --- a/src/components/marketplace.tsx +++ b/src/components/marketplace.tsx @@ -11,13 +11,13 @@ export default function MarketplacePage({ themes }: {themes:ZenTheme[]}) { return (
-
+

Themes Store

-
+
{getThemesFromSearch(themes, searchInput, tags).map((theme) => ( ))} diff --git a/src/components/theme-card.tsx b/src/components/theme-card.tsx index 690f307..bbc0623 100644 --- a/src/components/theme-card.tsx +++ b/src/components/theme-card.tsx @@ -22,7 +22,7 @@ export default function ThemeCard({ { if (event.target instanceof HTMLAnchorElement) return; window.open(`/themes/${theme.id}`, "_self"); - }} className={ny("flex flex-col justify-start p-5 rounded-lg shadow-sm bg-muted dark:bg-muted/50 border border-grey-900 dark:border-muted w-full hover:shadow-lg transition duration-300 ease-in-out hover:bg-muted/100 hover:border-blue-500 cursor-pointer select-none ", className)}> + }} className={ny("flex flex-col justify-start p-5 rounded-lg shadow-sm bg-muted dark:bg-muted/50 border border-grey-900 dark:border-muted w-full hover:shadow-lg transition duration-300 ease-in-out hover:bg-surface hover:border-blue-500 cursor-pointer select-none ", className)}> {theme.name}

{theme.name.substring(0, maxNameLen).trim() + (theme.name.length > maxNameLen ? "..." : "")}

diff --git a/src/components/theme-page.tsx b/src/components/theme-page.tsx index 752ea94..7af036c 100644 --- a/src/components/theme-page.tsx +++ b/src/components/theme-page.tsx @@ -17,8 +17,8 @@ export default async function ThemePage({ themeID }: { themeID: string }) { return (
-
- +
+

Go back

@@ -37,19 +37,18 @@ export default async function ThemePage({ themeID }: { themeID: string }) { )}

You need to have Zen Browser installed to install this theme. Download now!

-
-
+
{readme === null ? (