From adb326c933426bb350bbde8580ef7ddc0fee59c3 Mon Sep 17 00:00:00 2001
From: Aaron Bull Schaefer <aaron@elasticdog.com>
Date: Tue, 03 Dec 2024 06:43:22 +0000
Subject: [PATCH] fix(style): ensure images have no background color when linked (#1623)

---
 quartz/components/styles/search.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss
index b0df6c8..080178f 100644
--- a/quartz/components/styles/search.scss
+++ b/quartz/components/styles/search.scss
@@ -64,7 +64,7 @@
       margin-left: auto;
       margin-right: auto;
 
-      @media all and ($desktop) {
+      @media all and not ($desktop) {
         width: 90%;
       }
 

--
Gitblit v1.10.0