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