From 9e743a1af2e0e448b80b7d3cb408a2fc883ebd6f Mon Sep 17 00:00:00 2001 From: Kebo Date: Wed, 25 Jun 2025 20:00:28 -0500 Subject: [PATCH] filler commit while i switch back --- src/components/Comments.astro | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/Comments.astro b/src/components/Comments.astro index 5791e3e..7e30efd 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -20,7 +20,7 @@ import HR from "../components/HR.astro"; @apply font-mono hover:underline; } blockquote { - @apply p-2 pl-4 mb-2 border-l-4 border-l-gray-600 dark:border-l-gray-300 rounded-l-md bg-crusta-100 dark:bg-night-950 dark:bg-opacity-80 text-current; + @apply p-2 pl-4 mb-2 border-l-4 border-l-crusta-300 dark:border-l-night-600 rounded-l-md bg-crusta-100 dark:bg-night-950 dark:bg-opacity-80 text-current; } textarea { @apply p-2 w-full bg-crusta-100 dark:bg-night-950 dark:bg-opacity-80; @@ -41,18 +41,18 @@ import HR from "../components/HR.astro";

Comments

- +