Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-02 16:16:41 -08:00
parent 016adbcb30
commit a7488b389d
21 changed files with 11 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ module.exports = {
colors: {
transparent: 'transparent',
white: 'hsl(var(--color-white) / <alpha-value>)',
black: 'hsl(var(--color-black) / <alpha-value>)',
background: 'hsl(var(--color-background) / <alpha-value>)',
gray: color('gray'),
blue: color('blue'),