From fa6c02d3213dfd4e6da8e78bd3a2e7004555fd01 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 24 Jan 2024 01:08:56 +0000
Subject: [PATCH] fix: make search result card block
---
quartz/styles/base.scss | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 68ee111..27bad69 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -59,7 +59,6 @@
text-decoration: none;
transition: color 0.2s ease;
color: var(--secondary);
- display: inline-block;
&:hover {
color: var(--tertiary) !important;
@@ -70,6 +69,7 @@
background-color: var(--highlight);
padding: 0 0.1rem;
border-radius: 5px;
+ line-height: 1.4rem;
&:has(> img) {
background-color: none;
--
Gitblit v1.10.0