mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
14 lines
535 B
Markdown
14 lines
535 B
Markdown
---
|
|
title: "Darkmode"
|
|
tags:
|
|
- component
|
|
---
|
|
|
|
Quartz supports darkmode out of the box that respects the user's theme preference. Any future manual toggles of the darkmode switch will be saved in the browser's local storage so it can be persisted across future page loads.
|
|
|
|
## Customization
|
|
|
|
- Removing darkmode: delete all usages of `Component.Darkmode()` from `quartz.layout.ts`.
|
|
- Component: `quartz/components/Darkmode.tsx`
|
|
- Style: `quartz/components/styles/darkmode.scss`
|
|
- Script: `quartz/components/scripts/darkmode.inline.ts`
|