From 01fc8e46409ee0fb7311f212726113d35aced82d Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 25 Oct 2023 16:40:43 +0000
Subject: [PATCH] fix: disable semi-broken flexsearch cache

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

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 9d55362..51694cb 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -1,7 +1,6 @@
-@use "./custom.scss";
+@use "./variables.scss" as *;
 @use "./syntax.scss";
 @use "./callouts.scss";
-@use "./variables.scss" as *;
 
 html {
   scroll-behavior: smooth;
@@ -95,6 +94,8 @@
   }
 
   & article {
+    position: relative;
+
     & > h1 {
       font-size: 2rem;
     }

--
Gitblit v1.10.0