From 02cb290e0e46d0e34dd05b2b3a3fdde9c88636a2 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 23 Nov 2025 14:04:11 -0500 Subject: [PATCH] Changed some custom styles, added other ones --- quartz/styles/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index eb18f81..168b938 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -43,3 +43,8 @@ blockquote.callout.quote { background-color: var(--tertiary); border: 0 solid var(--dark); } + +code { + background-color: #0C1911; + color: #46F953; +}