Skip to content

Commit

Permalink
tweaking layout further 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuckyman committed Jun 6, 2024
1 parent 74d5521 commit 8b90a72
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 @@ -38,11 +38,11 @@ const config: QuartzConfig = {
highlight: "rgba(143, 159, 169, 0.15)",
},
darkMode: {
light: "#9aab7b",
lightgray: "#abab5a",
gray: "#8D6E63",
light: "#625243",
lightgray: "#B4B18B",
gray: "#B4B18B",
darkgray: "#4E342E",
dark: "#3E2723",
dark: "#625243",
secondary: "#6a702d",
tertiary: "#4a4d2e",
highlight: "rgba(143, 159, 169, 0.15)",
Expand Down

0 comments on commit 8b90a72

Please sign in to comment.