From 2e0e518f5dbddc3b55e9dd1a085c2a88d365b599 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 23 Aug 2023 22:16:04 +0000
Subject: [PATCH] format

---
 quartz/components/styles/search.scss  |    4 +++-
 quartz/components/styles/toc.scss     |    4 +++-
 quartz/components/styles/popover.scss |    4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/quartz/components/styles/popover.scss b/quartz/components/styles/popover.scss
index 55d38c9..fae0e12 100644
--- a/quartz/components/styles/popover.scss
+++ b/quartz/components/styles/popover.scss
@@ -43,7 +43,9 @@
 
   visibility: hidden;
   opacity: 0;
-  transition: opacity 0.3s ease, visibility 0.3s ease;
+  transition:
+    opacity 0.3s ease,
+    visibility 0.3s ease;
 
   @media all and (max-width: $mobileBreakpoint) {
     display: none !important;
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index a77c630..4d5ad95 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -67,7 +67,9 @@
         width: 100%;
         border-radius: 5px;
         background: var(--light);
-        box-shadow: 0 14px 50px rgba(27, 33, 48, 0.12), 0 10px 30px rgba(27, 33, 48, 0.16);
+        box-shadow:
+          0 14px 50px rgba(27, 33, 48, 0.12),
+          0 10px 30px rgba(27, 33, 48, 0.16);
         margin-bottom: 2em;
       }
 
diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss
index e696864..3fac443 100644
--- a/quartz/components/styles/toc.scss
+++ b/quartz/components/styles/toc.scss
@@ -42,7 +42,9 @@
     & > li > a {
       color: var(--dark);
       opacity: 0.35;
-      transition: 0.5s ease opacity, 0.3s ease color;
+      transition:
+        0.5s ease opacity,
+        0.3s ease color;
       &.in-view {
         opacity: 0.75;
       }

--
Gitblit v1.10.0