From b4236e5142c31829cf809c0fbc8370ac22b6d1ba Mon Sep 17 00:00:00 2001
From: kabirgh <15871468+kabirgh@users.noreply.github.com>
Date: Sun, 10 Mar 2024 00:42:23 +0000
Subject: [PATCH] feat(perf:fast-rebuilds): Stop mutating resources param in ComponentResources emitter (#977)
---
quartz/styles/base.scss | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 92798a2..868dfdc 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -79,6 +79,11 @@
border-radius: 0;
padding: 0;
}
+ &.tag-link {
+ &::before {
+ content: "#";
+ }
+ }
}
&.external .external-icon {
--
Gitblit v1.10.0