From b15087722a44007bc2460184025286263d5c1782 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Fri, 2 Feb 2024 01:45:15 -0800 Subject: [PATCH] fix(style): remove redundant selector --- quartz/components/styles/search.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss index d6202b5a..23289d2c 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 {