fix shadows and animations

This commit is contained in:
MeexReay 2025-04-24 21:38:04 +03:00
parent ff2ad95aca
commit d923d58b6c
3 changed files with 5 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {