mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
improve color contrast, light theme --gray
This commit is contained in:
parent
2cff2e7ca6
commit
92ec11995c
@ -23,7 +23,7 @@ const config: QuartzConfig = {
|
|||||||
lightMode: {
|
lightMode: {
|
||||||
light: "#faf8f8", // bg
|
light: "#faf8f8", // bg
|
||||||
lightgray: "#e5e5e5", // borders
|
lightgray: "#e5e5e5", // borders
|
||||||
gray: "#949494", // graph links, heavy borders
|
gray: "#8f8f8f", // graph links, heavy borders
|
||||||
darkgray: "#2e2e2e", // body text
|
darkgray: "#2e2e2e", // body text
|
||||||
dark: "#1c1c1c", // header text, icons
|
dark: "#1c1c1c", // header text, icons
|
||||||
secondary: "#091217", // links, nodes
|
secondary: "#091217", // links, nodes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user