Initial commit

This commit is contained in:
AG
2025-12-20 16:32:05 +02:00
commit f430c2b757
31 changed files with 4797 additions and 0 deletions

12
public/index.css Normal file
View File

@@ -0,0 +1,12 @@
/* Firefox specific styles for range input thumb */
input[type=range]::-moz-range-thumb {
background-color: #f97316; /* orange-500 */
border: none;
border-radius: 9999px; /* full rounded */
height: 16px;
width: 16px;
cursor: pointer;
}
input[type=range]#bass-volume::-moz-range-thumb {
background-color: #8b5cf6; /* purple-500 */
}