From e17ff202449635af29ef0056886e472a2615708b Mon Sep 17 00:00:00 2001
From: kabirgh <15871468+kabirgh@users.noreply.github.com>
Date: Tue, 16 Jan 2024 16:24:01 +0000
Subject: [PATCH] fix: use joinSegments for `contentIndex.json` file path (#702)

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

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 607749a..68ee111 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -59,6 +59,7 @@
   text-decoration: none;
   transition: color 0.2s ease;
   color: var(--secondary);
+  display: inline-block;
 
   &:hover {
     color: var(--tertiary) !important;
@@ -76,6 +77,15 @@
       padding: 0;
     }
   }
+
+  &.external .external-icon {
+    height: 1ex;
+    margin: 0 0.15em;
+
+    > path {
+      fill: var(--dark);
+    }
+  }
 }
 
 .desktop-only {

--
Gitblit v1.10.0