From 63abab8d6d4edf4b0fee4c247a22c9755d1c5649 Mon Sep 17 00:00:00 2001 From: itziarZG Date: Wed, 18 Mar 2026 08:43:47 +0100 Subject: [PATCH] fix: fix code conduct dark mode --- src/pages/[lang]/code-of-conduct.astro | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/[lang]/code-of-conduct.astro b/src/pages/[lang]/code-of-conduct.astro index 060ade5..b1ecb84 100644 --- a/src/pages/[lang]/code-of-conduct.astro +++ b/src/pages/[lang]/code-of-conduct.astro @@ -41,7 +41,7 @@ const {

{intro} @@ -98,7 +98,7 @@ const { {scope.title}

{scope.body} @@ -126,7 +126,7 @@ const { {standards.positiveTitle}

    { @@ -153,7 +153,7 @@ const { {standards.negativeTitle}
      { @@ -175,7 +175,7 @@ const {

      @@ -197,7 +197,7 @@ const { {enforcement.title}

      {enforcement.body} @@ -223,7 +223,7 @@ const {

      { reporting.channels.map((channel, index) => ( -
      +
      {index + 1} @@ -235,7 +235,7 @@ const { }