From 2ac5dd49da34d33e4086630d371cbaf1ed294153 Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Tue, 08 Aug 2023 04:51:06 +0000 Subject: [PATCH] fix regression in code block font-size boosting on safari mobile --- content/configuration.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/content/configuration.md b/content/configuration.md index 5487852..aa26213 100644 --- a/content/configuration.md +++ b/content/configuration.md @@ -119,6 +119,6 @@ You can see the base style sheet in `quartz/styles/base.scss` and write your own in `quartz/styles/custom.scss`. > [!note] -> Some components may provide their own styling as well! For example, `quartz/components/Darkmode.tsx` imports its styles from `quartz/components/styles/darkmode.scss`. If you'd like to customize styling for a specific component, double check the component definition to see how its styles are defined. +> Some components may provide their own styling as well! For example, `quartz/components/Darkmode.tsx` imports styles from `quartz/components/styles/darkmode.scss`. If you'd like to customize styling for a specific component, double check the component definition to see how its styles are defined. When you're ready, see how [[build|build and preview]] Quartz locally. -- Gitblit v1.10.0