fix shadows and animations
This commit is contained in:
parent
ff2ad95aca
commit
d923d58b6c
3 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue