feat: UI overhaul

This commit is contained in:
2026-01-28 16:19:43 +01:00
parent 472b33688d
commit e730d66f9e
35 changed files with 580 additions and 699 deletions

View File

@@ -15,6 +15,7 @@ input[type="range"]::-moz-range-thumb, input[type="range"]::-webkit-slider-thumb
filter: drop-shadow(0 var(--spacing) 0 var(--color-gray-500));
border: 0;
border-radius: 0.5rem;
cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {