Skip to content

Commit

Permalink
Merge branch 'v4' of https://github.com/plastic-labs/blog into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vintrocode committed Mar 8, 2024
2 parents 7f8ed5d + 8838adf commit db7ddf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config: QuartzConfig = {
darkgray: "#4e4e4e",
dark: "#2b2b2b",
secondary: "#4e4e4e",
tertiary: "#0a0a0a",
tertiary: "#FF5A7E",
highlight: "rgba(128, 128, 128, 0.15)",
},
darkMode: {
Expand All @@ -35,9 +35,9 @@ const config: QuartzConfig = {
gray: "#646464",
darkgray: "#d4d4d4",
dark: "#ebebec",
secondary: "#999999",
tertiary: "#ebebec",
highlight: "rgba(211, 211, 211, 0.15)",
secondary: "#7C7C7C",
tertiary: "#09FEF8",
highlight: "rgba(125, 125, 125, 0.15)",
},
},
},
Expand Down

0 comments on commit db7ddf1

Please sign in to comment.