Update quartz.config.ts

This commit is contained in:
enneaa 2025-03-13 04:01:04 +08:00 committed by GitHub
parent 8c16150cc0
commit 6ef273ce39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ const config: QuartzConfig = {
dark: "#2b2b2b",
secondary: "#7992a0",  
tertiary: "#7992a0",  
highlight: "rgba(143, 159, 169, 0.15)", 
highlight: "rgba(143, 159, 169, 0.07)", 
textHighlight: "#fff23688", 
},
darkMode: { 
@ -48,7 +48,7 @@ const config: QuartzConfig = {
dark: "#ebebec", 
secondary: "#7b97aa",   
tertiary: "#7b97aa", 
highlight: "rgba(143, 159, 169, 0.15)",
highlight: "rgba(143, 159, 169, 0.07)", 
textHighlight: "#b3aa0288", 
},
},