diff --git a/static/css/style.css b/static/css/style.css index 4c64246..2128b62 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -268,7 +268,7 @@ h1 { color: white; font-size: 24px; cursor: pointer; - transition: all 0.3s ease; + transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); z-index: 100; display: flex; @@ -299,7 +299,7 @@ h1 { color: white; font-size: 20px; cursor: pointer; - transition: all 0.3s ease; + transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); display: flex; align-items: center; diff --git a/templates/index.html b/templates/index.html index 84f0c59..82ff050 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@