Upgrades:

- Profile Editor
- Categories
- FAQ
- Search
This commit is contained in:
2024-03-05 12:19:47 +00:00
parent 2e43b4ef8b
commit 5b718c5dcf
51 changed files with 1199 additions and 6591 deletions

View File

@ -134,3 +134,11 @@ select {
.overflow-wrap {
overflow-wrap: anywhere;
}
table td,
table th {
@apply border border-layer-2 px-2;
}
table th {
@apply bg-layer-1;
}