Modals and API calls working for admin tab

This commit is contained in:
2025-03-01 23:32:41 -05:00
parent d68e8864a0
commit 843970e229
34 changed files with 1150 additions and 131 deletions

View File

@@ -29,6 +29,10 @@
color: var(--text-color);
}
a:hover{
color: var(--color-blue-300);
}
a.active {
color: var(--color-blue-400);
}
@@ -40,7 +44,7 @@ body {
max-width: var(--breakpoint-2xl);
margin-inline: auto;
padding-top: 82px;
padding-top: 90px;
padding-inline: 1rem;
text-align: center;