use wavesurefer and some styling

This commit is contained in:
michalcourson
2026-02-06 19:46:33 -05:00
parent 17bace5eaf
commit c292350b25
10 changed files with 883 additions and 261 deletions

View File

@ -1,36 +1,23 @@
@import "tailwindcss";
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
* @NOTE: Prepend a `~` to css file paths that are in your node_modules
* See https://github.com/webpack-contrib/sass-loader#imports
*/
body {
position: relative;
color: white;
height: 100vh;
background: linear-gradient(
200.96deg,
#fedc2a -29.09%,
#dd5789 51.77%,
#7a2c9e 129.35%
);
font-family: sans-serif;
overflow-y: hidden;
display: flex;
justify-content: center;
align-items: center;
@theme {
--color-midnight: #1E1E1E;
--color-plum: #4f3186;
--color-offwhite: #d4d4d4;
}
button {
background-color: white;
background-color: #4f3186;
padding: 10px 20px;
border-radius: 10px;
border: none;
appearance: none;
font-size: 1.3rem;
box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12),
0px 18px 88px -4px rgba(24, 39, 75, 0.14);
transition: all ease-in 0.1s;
cursor: pointer;
opacity: 0.9;
}
button:hover {