Update quartz.config.ts

This commit is contained in:
wych 2024-02-24 20:50:21 -06:00
parent 22de0bac84
commit 480e4f7769

View File

@ -34,7 +34,7 @@ const config: QuartzConfig = {
dark: "#2b2b2b",
secondary: "#96a7df",
tertiary: "#e79e73",
highlight: "rgba(219, 150, 109, 0.25)",
highlight: "rgba(219, 150, 109, 0.15)",
},
darkMode: {
light: "#161618",
@ -42,9 +42,9 @@ const config: QuartzConfig = {
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#7b97aa",
tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)",
secondary: "#96a7df",
tertiary: "#e79e73",
highlight: "rgba(219, 150, 109, 0.15)",
},
},
},