🚸 Add home link on sub-pages

This commit is contained in:
James Panther
2021-11-06 16:54:11 +11:00
parent 5d1f8af7d3
commit 12e035a585
4 changed files with 19 additions and 1 deletions

View File

@@ -1283,6 +1283,10 @@ body button {
justify-content: center;
}
.place-self-start {
place-self: start;
}
.rounded-full {
border-radius: 9999px;
}
@@ -1356,6 +1360,11 @@ body button {
color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.text-neutral-500 {
--tw-text-opacity: 1;
color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.text-neutral-800 {
--tw-text-opacity: 1;
color: rgba(39, 39, 42, var(--tw-text-opacity));