From b1c85503d692eba7bc6fab5d10cb153e4da08a26 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Jun 2025 23:52:13 +0000 Subject: [PATCH] revert: update comment section theme --- src/components/Comments.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Comments.astro b/src/components/Comments.astro index dd50edb..5474d89 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -10,7 +10,7 @@ const reactions = "1"; const repo = "valentineus/popov.link"; const repoId = "R_kgDOJfmscg"; const strict = "1"; -const theme = "noborder_dark"; +const theme = "transparent_dark"; ---