Build out an audio player card in preperation for audio datasets and samples.

This commit is contained in:
Jaret Burkett
2026-02-03 08:15:55 -07:00
parent 50664c2421
commit 42acb0d4be
11 changed files with 843 additions and 12 deletions

View File

@@ -22,6 +22,20 @@ const config: Config = {
200: '#e5e5e5',
100: '#f5f5f5',
},
yellow: {
950: '#1a1203',
900: '#2a1c05',
800: '#3a2607',
700: '#5a3a0b',
600: '#7a4e0f',
500: '#f59e0b', // deeper than base; good for hover on dark
400: '#fbbf24', // your base
300: '#fcd34d',
200: '#fde68a',
100: '#fef3c7',
50: '#fffbeb',
},
},
},
},