From 11ab6da80c31ac3edaf670c226bc66559c475548 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 25 Dec 2025 08:09:49 +0000
Subject: [PATCH] chore(deps): bump the ci-dependencies group with 3 updates (#2251)

---
 quartz/styles/base.scss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 391139c..0d642d6 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -41,13 +41,17 @@
 .katex,
 .math,
 .typst-doc,
-.typst-doc * {
+g[class~="typst-text"] {
   color: var(--darkgray);
   fill: var(--darkgray);
   overflow-wrap: break-word;
   text-wrap: pretty;
 }
 
+path[class~="typst-shape"] {
+  stroke: var(--darkgray);
+}
+
 .math {
   &.math-display {
     text-align: center;

--
Gitblit v1.10.0