From d5b40279bd12fd527553f53da98f3fd9d85e88d8 Mon Sep 17 00:00:00 2001
From: LUCASTUCIOUS <peterlucas2804@gmail.com>
Date: Thu, 25 Jan 2024 07:54:24 +0000
Subject: [PATCH] feat: Enable custom callout (#724)
---
quartz/styles/base.scss | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 8fb464d..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;
--
Gitblit v1.10.0