devel #293

Merged
inhji merged 2 commits from devel into main 2023-09-09 12:55:11 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8f8ed7568b - Show all commits

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
} }
} }
}, },