devel #331

Merged
inhji merged 4 commits from devel into main 2023-09-21 13:25:19 +02:00
Showing only changes of commit 369af1f2d6 - Show all commits

View file

@ -17,7 +17,7 @@ module.exports = {
container: { center: true }, container: { center: true },
extend: { extend: {
colors: { colors: {
primary: colors.rose, primary: colors.blue,
neutral: colors.slate, neutral: colors.slate,
foreground: 'rgb(var(--color-foreground) / <alpha-value>)', foreground: 'rgb(var(--color-foreground) / <alpha-value>)',
background: 'rgb(var(--color-background) / <alpha-value>)' background: 'rgb(var(--color-background) / <alpha-value>)'