added proper dark mode support

This commit is contained in:
2025-10-30 10:55:03 -04:00
parent fcf6db5fa1
commit 84dea2deb3
3 changed files with 7 additions and 5 deletions

View File

@@ -77,6 +77,8 @@ const config: QuartzConfig = {
LineAgePost({
freshColor: { r: 32, g: 126, b: 143 },
oldColor: { r: 215, g: 239, b: 247 },
darkModeFreshColor: { r: 235, g: 235, b: 236 }, //#ebebec
darkModeOldColor: { r: 22, g: 22, b: 24 }, //#161618
}),
Plugin.GitHubFlavoredMarkdown(),
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),