added role support

This commit is contained in:
Edward Tirado Jr 2026-04-09 18:44:44 -05:00
parent cab29c8c56
commit 3c5c22aad4
11 changed files with 745 additions and 32 deletions

View file

@ -28,7 +28,8 @@
flex-direction: column;
align-items: center;
gap: 1rem;
font: bold 1.5rem sans-serif;
font-size: 1.5rem;
font-weight: bold;
justify-content: center;
margin-bottom: 2rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);