diff --git a/_sass/modules/_video.scss b/_sass/modules/_video.scss index 1d32ad0..d791c5b 100755 --- a/_sass/modules/_video.scss +++ b/_sass/modules/_video.scss @@ -38,7 +38,7 @@ transition: opacity var(--transition-slow); } - span { + &:after { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); background: url('../images/play.svg') center center / 0.65em auto no-repeat rgba(var(--rgb-white), 0.8); @@ -47,8 +47,10 @@ 0 20px 30px -20px rgba(var(--rgb-black), 0.3), 0 10px 20px -10px rgba(var(--rgb-black), 0.5) ; + content: ''; display: inline-flex; height: 2.2em; + pointer-events: none; position: relative; transition: background-color var(--transition-slow), @@ -81,7 +83,7 @@ opacity: 0.9; } - span { + &:after { background-color: var(--color-white); transform: scale(1.04); } diff --git a/assets/videos/kamal-demo.webp b/assets/videos/kamal-demo.webp deleted file mode 100644 index 94c2f12..0000000 Binary files a/assets/videos/kamal-demo.webp and /dev/null differ diff --git a/index.html b/index.html index 5ca5b9d..4d9b88d 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,10 @@

Deploy web apps anywhere.

- - + +