From 069c9b1e70698dad7129bed8278d12dc20850788 Mon Sep 17 00:00:00 2001 From: becarta Date: Wed, 14 May 2025 01:13:20 +0200 Subject: [PATCH] Enhance layout and styling for Anti-Fingerprinting Shield Plus and Enterprise App Protection pages - Updated the layout to include a backdrop blur effect and rounded corners for improved aesthetics. - Adjusted text color for better visibility in dark mode across various list items. --- src/pages/[lang]/antifp.astro | 6 +++--- src/pages/[lang]/eap.astro | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/[lang]/antifp.astro b/src/pages/[lang]/antifp.astro index 981bf1b..930dc81 100644 --- a/src/pages/[lang]/antifp.astro +++ b/src/pages/[lang]/antifp.astro @@ -24,7 +24,7 @@ const metadata = { --- -
+

{t.title}

{t.viewOnGreasyFork} @@ -41,7 +41,7 @@ const metadata = {

{t.features.title}

    {t.features.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -56,7 +56,7 @@ const metadata = {

{t.notes.title}

    {t.notes.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
diff --git a/src/pages/[lang]/eap.astro b/src/pages/[lang]/eap.astro index 9696af2..f828aea 100644 --- a/src/pages/[lang]/eap.astro +++ b/src/pages/[lang]/eap.astro @@ -24,14 +24,14 @@ const metadata = { --- -
+

{eap.title}

{eap.intro}

{eap.whatItDoes.title}

    {eap.whatItDoes.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -49,14 +49,14 @@ const metadata = {

{eap.privacy.title}

    {eap.privacy.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}

{eap.notDo.title}

    {eap.notDo.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -74,14 +74,14 @@ const metadata = {

{eap.audience.title}

    {eap.audience.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}

{eap.requirements.title}

    {eap.requirements.items.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
@@ -89,20 +89,20 @@ const metadata = { {eap.troubleshooting.notFlagged}
    {eap.troubleshooting.notFlaggedReasons.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}
{eap.troubleshooting.falsePositive}
    {eap.troubleshooting.falsePositiveReasons.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}

{eap.updates.title}

    {eap.updates.features.map((item) => ( -
  • {item}
  • +
  • {item}
  • ))}