Beginnings of Header Editor

This commit is contained in:
Gregory Schier
2023-03-03 13:18:57 -08:00
parent 3de0edf0f9
commit 1382d7c523
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'),