diff --git a/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts b/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts index 6c2de94..00c9aa2 100644 --- a/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts +++ b/The Accursed Voyage of The Mariner's Fortune/quartz.config.ts @@ -41,14 +41,14 @@ const config: QuartzConfig = { textHighlight: "#fff23688", }, darkMode: { - light: "#60515C", - lightgray: "#393639", + light: "#231b2d", + lightgray: "#624162", gray: "#646464", darkgray: "#d4d4d4", dark: "#ebebec", - secondary: "#7b97aa", + secondary: "#ccc", tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", + highlight: "rgba(207, 149, 223, 0.23)", textHighlight: "#b3aa0288", }, },