From c263e97dd17bd9b5042504a249e6f338dd14582d Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi5)" Date: Sun, 28 Apr 2024 16:43:09 +0900 Subject: [PATCH] fix error --- quartz/styles/custom.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index c00cf32..264b612 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -101,11 +101,7 @@ pre { font-family: $pre-font-family !important; } -code { - font-size: 0.8rem !important; - font-family: $pre-font-family !important; - line-height: 1rem !important; -} + a.internal { background-color: transparent !important; @@ -140,4 +136,10 @@ a.tag-link { text-align: left !important; margin-left: 3rem !important; white-space: nowrap; +} + +code { + font-size: 1rem !important; + font-family: $pre-font-family !important; + line-height: 1rem !important; } \ No newline at end of file