feat: add back links to post pages; add tags to post pages
This commit is contained in:
parent
857caf144a
commit
476a7a53ff
4 changed files with 36 additions and 3 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue