From 9c53ea922e875608f01298bf7d9923060d216c70 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sat, 25 Apr 2026 00:56:06 +0300 Subject: [PATCH] Added runtime darkmode to remark42 --- src/components/Remark42Embed.astro | 44 ++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/src/components/Remark42Embed.astro b/src/components/Remark42Embed.astro index 7854f7a..81c6cab 100644 --- a/src/components/Remark42Embed.astro +++ b/src/components/Remark42Embed.astro @@ -6,7 +6,6 @@ const siteId = import.meta.env.PUBLIC_REMARK42_SITE_ID; ---
-