all atb changes

This commit is contained in:
Joey Kimsey
2025-02-05 23:57:17 -05:00
parent 2ac64e5c49
commit ffb82b1192
328 changed files with 12384 additions and 2477 deletions

View File

@ -37,10 +37,10 @@
<!-- Submit and Register Buttons -->
<div class="d-flex gap-1">
<button name="submit" value="submit" type="submit" class="btn btn-primary flex-fill">
<button name="submit" value="submit" type="submit" class="btn btn-primary flex-fill atb-green-bg">
Sign in
</button>
<a href="{ROOT_URL}register" class="btn btn-outline-primary flex-fill">
<a href="{ROOT_URL}register" class="btn btn-outline-dark flex-fill atb-green-outline">
Create new
</a>
</div>