From 99011cb1b0d20da9cb523729ed0e9ff4e9c27405 Mon Sep 17 00:00:00 2001
From: Anton Bulakh <him@necauq.ua>
Date: Fri, 27 Dec 2024 14:18:22 +0000
Subject: [PATCH] fix(spa): handle HTML redirects for aliases (#1680)

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

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 512af0d..4b79ea0 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -587,3 +587,14 @@
   width: 100%;
   border-radius: 5px;
 }
+
+.navigation-progress {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 0;
+  height: 3px;
+  background: var(--secondary);
+  transition: width 0.2s ease;
+  z-index: 9999;
+}

--
Gitblit v1.10.0