feat: upgrade wagtail, tags fixed classes

This commit is contained in:
Konstantin 2025-05-06 18:50:52 +02:00
parent 39f2433824
commit 2a2c59d2b8
Signed by: konstantin
GPG key ID: A128B78773E41ACE
5 changed files with 5 additions and 14 deletions

View file

@ -124,11 +124,11 @@
}
.tags ul {
@apply flex space-x-4 text-center text-sm;
@apply flex space-x-2 text-center text-sm;
}
.tags li {
@apply p-4 inline-flex items-center rounded-2xl bg-green-50 px-2 py-1 font-medium text-green-700 ring-1 ring-inset ring-green-600/20;
@apply p-3 inline-flex items-center rounded-2xl px-2 py-1 text-sm text-black dark:text-white ring-1 ring-inset ring-orange-700/20 dark:ring-white bg-orange-50 dark:bg-transparent;
}
.tags ul li::before {