added proper dark mode support
This commit is contained in:
@@ -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" }),
|
||||
|
||||
Reference in New Issue
Block a user