From 44da82467ee7077a22f0054b7bc4d0f2a008e2e0 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 02 Feb 2024 09:45:15 +0000
Subject: [PATCH] fix(style): remove redundant selector
---
quartz/components/styles/search.scss | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index d6202b5..23289d2 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -153,10 +153,6 @@
margin: 0 auto;
width: min($pageWidth, 100%);
}
-
- a.internal {
- background-color: inherit;
- }
}
& > #results-container {
--
Gitblit v1.10.0