diff --git a/www/index.css b/www/index.css index 79860bf..6be3db9 100644 --- a/www/index.css +++ b/www/index.css @@ -48,8 +48,8 @@ header .search-bar input { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); - cursor: pointer; transition: background-color 0.2s; + cursor: pointer; } .video-card:hover { diff --git a/www/search.css b/www/search.css index ecce716..17fb1fb 100644 --- a/www/search.css +++ b/www/search.css @@ -46,11 +46,12 @@ header .search-bar input { border-radius: 8px; overflow: hidden; cursor: pointer; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); transition: background-color 0.2s; } .video-card:hover { - background-color: #2a2a2a; + background-color: #303030; } .thumbnail { diff --git a/www/watch.css b/www/watch.css index 197a276..f116876 100644 --- a/www/watch.css +++ b/www/watch.css @@ -116,6 +116,8 @@ header .search-bar input { border-radius: 8px; overflow: hidden; cursor: pointer; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); + transition: background-color 0.2s; } .video-card img.thumbnail {