🚸 Add home link on sub-pages
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user