1
0
Fork 0

chore(fs.dev): Work on navigation menu

This commit is contained in:
Joost De Cock 2021-12-12 18:58:24 +01:00
parent 586cb2ed3b
commit 13af8b478c
10 changed files with 70 additions and 43 deletions

View file

@ -1,5 +1,5 @@
const colors = require('tailwindcss/colors')
const gray = colors.trueGray
const gray = colors.neutral
module.exports = {
icon: "🌚",
@ -31,9 +31,9 @@ module.exports = {
'warning': colors.amber['500'],
'error': colors.red['400'],
'--pattern-fabric': colors.trueGray['300'],
'--pattern-fabric': colors.neutral['300'],
'--pattern-lining': colors.emerald['700'],
'--pattern-interfacing': colors.trueGray['500'],
'--pattern-interfacing': colors.neutral['500'],
'--pattern-canvas': colors.amber['700'],
'--pattern-various': colors.red['700'],
'--pattern-mark': colors.blue['700'],