[#773,website][m]: mdx pages now use a lighter color on dark mode, increased the contrast on the navbar links, fixed # headings color

This commit is contained in:
deme
2023-04-19 10:43:12 -03:00
parent e26ee8ea1e
commit 8c8674c4ef
5 changed files with 11 additions and 10 deletions

View File

@@ -32,12 +32,12 @@ module.exports = {
dark: colors.slate[950],
},
primary: {
DEFAULT: colors.gray[700],
dark: colors.gray[300],
DEFAULT: colors.gray[800],
dark: colors.gray[100],
},
secondary: {
DEFAULT: "",
dark: "",
DEFAULT: "#60a5fa",
dark: "#60a5fa",
},
},
},