feat: add back links to post pages; add tags to post pages

This commit is contained in:
Cory Dransfeldt 2023-06-05 08:45:57 -07:00
parent 857caf144a
commit 476a7a53ff
No known key found for this signature in database
4 changed files with 36 additions and 3 deletions

View file

@ -105,6 +105,14 @@ pre {
background: theme(colors.purple.600);
}
.tag--button.tag--button__small {
@apply py-1;
@apply px-2;
@apply mr-2;
@apply mb-2;
@apply text-sm;
}
.dark .tag--button {
color: theme(colors.gray.900);
background: theme(colors.purple.400);