style call list page

This commit is contained in:
m5r
2021-08-31 04:13:40 +08:00
parent 4bc24f5395
commit d71e4de033
9 changed files with 336 additions and 13 deletions

View File

@ -52,6 +52,14 @@
font-display: optional;
}
.divide-y > :first-child {
@apply border-t;
}
.divide-y > :last-child:not([hidden]) {
@apply border-b;
}
.h1 {
@apply text-4xl font-extrabold tracking-tighter;
}