Beginnings of Header Editor

This commit is contained in:
Gregory Schier
2023-03-03 13:18:57 -08:00
parent c1be46a539
commit 87c7b3a663
9 changed files with 143 additions and 46 deletions

View File

@@ -21,6 +21,7 @@ module.exports = {
black: 'hsl(var(--color-black) / <alpha-value>)',
background: 'hsl(var(--color-background) / <alpha-value>)',
gray: color('gray'),
orange: color('orange'),
blue: color('blue'),
green: color('green'),
pink: color('pink'),