From 1dd4bc524b16f09f31b3890d1e421a2c7e76675d Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Fri, 26 Jan 2024 17:37:38 +0100 Subject: [PATCH] remove background from internal links --- quartz/styles/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 516e63c..75946f0 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -33,6 +33,10 @@ ul.section-ul { font-size: small; } +a.internal { + background-color: unset; +} + .callout { &[data-callout="statblock"] { --color: #db4242;