mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
change sound pitches, add gradient easing, update logo
This commit is contained in:
parent
5fcd2fcb9c
commit
500486b17d
4 changed files with 25 additions and 7 deletions
|
@ -34,7 +34,25 @@ a {
|
|||
height: 8em;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-image: linear-gradient(to top, black, transparent);
|
||||
background-image: linear-gradient(
|
||||
to top,
|
||||
hsl(208.13, 72.73%, 43.14%) 0%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.987) 8.1%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.951) 15.5%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.896) 22.5%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.825) 29%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.741) 35.3%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.648) 41.2%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.55) 47.1%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.45) 52.9%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.352) 58.8%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.259) 64.7%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.175) 71%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.104) 77.5%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.049) 84.5%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0.013) 91.9%,
|
||||
hsla(208.13, 72.73%, 43.14%, 0) 100%
|
||||
);
|
||||
z-index: 2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue