create infinite

This commit is contained in:
Waylon Walker 2024-04-05 20:13:47 -05:00
parent 54b3c4bc9b
commit 7bff037b78
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
14 changed files with 419 additions and 4 deletions

54
templates/app.css Normal file
View file

@ -0,0 +1,54 @@
.spinner.htmx-request {
display: block;
}
.spinner {
display: none;
}
::-webkit-scrollbar {
height: 1rem;
width: 1rem;
}
::-webkit-scrollbar-track {
border-radius: 0.25rem;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: #450a0a;
}
body::-webkit-scrollbar-track {
border-radius: 0.25rem;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: #450a0a;
}
::-webkit-scrollbar-thumb {
border-radius: 0.25rem;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgba(239,68,68,var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb:hover {
--tw-bg-opacity: 1;
background-color: #f87171;
background-color: #dc2626
}
body::-webkit-scrollbar-thumb {
border-radius: 0.25rem;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgba(239,68,68,var(--tw-bg-opacity));
}
body::-webkit-scrollbar-thumb:hover {
--tw-bg-opacity: 1;
background-color: #f87171;
background-color: #dc2626
}