From 7db2eda76cf51fd631d385c12a7b411339406067 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 23 Jul 2023 00:27:41 +0000
Subject: [PATCH] run prettier
---
quartz/components/styles/search.scss | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index fe94ec7..5b331cc 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;
}
@@ -108,7 +110,8 @@
font-weight: 700;
}
- &:hover, &:focus {
+ &:hover,
+ &:focus {
background: var(--lightgray);
}
@@ -127,12 +130,11 @@
margin: 0;
}
- & > p {
+ & > p {
margin-bottom: 0;
}
}
}
-
}
}
}
--
Gitblit v1.10.0