feat: upgrade wagtail, tags fixed classes
This commit is contained in:
parent
39f2433824
commit
2a2c59d2b8
5 changed files with 5 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue