Style recipe list

This commit is contained in:
Anika Raemer 2025-09-13 08:41:07 +02:00
parent 568606213d
commit a50497426b
3 changed files with 45 additions and 34 deletions

View file

@ -8,22 +8,6 @@
@apply p-4 flex;
}
.sidebar {
@apply min-w-[16rem] bg-gray-50 p-4 w-1/3 border-r pr-4;
}
.sidebar-title {
@apply text-blue-900 font-bold mb-2;
}
.sidebar-link {
@apply block bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition w-full px-4 py-2 hover:bg-blue-100
}
.sidebar-item-text {
@apply font-semibold text-blue-400;
}
.content-title{
@apply text-3xl font-black mb-8 text-blue-400;
}