From cf6db1a3d5a58206d55970133a28f90aad16eaff Mon Sep 17 00:00:00 2001 From: Tyler Mercer Date: Thu, 6 Feb 2025 21:22:42 -0700 Subject: [PATCH] Fix jamcomments login link contrast --- src/components/Comments.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Comments.astro b/src/components/Comments.astro index f6de0ec0..40a2cd22 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -20,6 +20,7 @@ import JamComments from "@jam-comments/astro"; margin-bottom: 0; } .jc-Shell { + --jc-gray-dark: var(--color-gray-11); --jc-editor-background: var(--color-gray-1); } .jc-CommentList-list {