This commit is contained in:
Inhji 2023-09-09 12:54:47 +02:00
parent 0f83288d63
commit 8f8ed7568b
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
& nav ul { & nav ul {
@apply flex; @apply flex;
& a { @apply p-3 rounded hover:bg-primary-500 transition; } & a { @apply p-3 rounded hover:bg-primary-700 transition; }
} }
} }

View file

@ -17,7 +17,7 @@ module.exports = {
container: { center: true }, container: { center: true },
extend: { extend: {
colors: { colors: {
primary: colors.pink primary: colors.sky
} }
} }
}, },