From e21f0f9bb97cbc4bd59f6bce0e0fce451b6d2b01 Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Wed, 09 Aug 2023 04:28:09 +0000 Subject: [PATCH] change reading time to content meta --- 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