mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
8 lines
107 B
CSS
8 lines
107 B
CSS
#song-video canvas.html5-blur-canvas{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
|
|
filter: blur(100px);
|
|
}
|