From df7e213664d16da9d1879a1fd45fc2b5ef5dfdf7 Mon Sep 17 00:00:00 2001 From: Omega Date: Fri, 24 Apr 2026 23:30:09 +0800 Subject: [PATCH] refactor: clean up unused video CSS --- index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.html b/index.html index 35fb934..7164d46 100644 --- a/index.html +++ b/index.html @@ -93,12 +93,6 @@ .hero { position: relative; height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; } - .hero-video { - position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; - filter: brightness(0.7) saturate(1.1); - transform: scale(1.05); - animation: heroZoom 25s ease-in-out infinite alternate; - } @keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.10); }