Added background color to menu to make it easier to see on a light background

This commit is contained in:
Mitchell McCaffrey
2020-04-20 15:47:52 +10:00
parent 06f5d3ab42
commit eeaa250ca2
3 changed files with 14 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ export default {
purple: "hsl(290, 100%, 80%)",
muted: "hsla(230, 20%, 0%, 20%)",
gray: "hsl(0, 0%, 70%)",
overlay: "hsla(230, 25%, 18%, 0.8)",
},
fonts: {
body: "'Bree Serif', serif",