From 67e1beea7052ea515d47b881d4a30fa3ed847b0b Mon Sep 17 00:00:00 2001
From: Emile Bangma <github@emilebangma.com>
Date: Thu, 17 Oct 2024 22:30:16 +0000
Subject: [PATCH] feat(comments): support custom giscus themes (#1526)
---
quartz/plugins/transformers/links.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/plugins/transformers/links.ts b/quartz/plugins/transformers/links.ts
index 38bc0dc..3e8dbde 100644
--- a/quartz/plugins/transformers/links.ts
+++ b/quartz/plugins/transformers/links.ts
@@ -67,6 +67,7 @@
properties: {
"aria-hidden": "true",
class: "external-icon",
+ style: "max-width:0.8em;max-height:0.8em",
viewBox: "0 0 512 512",
},
children: [
--
Gitblit v1.10.0