mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 08:34:42 -05:00
add hover efects for thumbnails
This commit is contained in:
parent
f87a9691c1
commit
478e668439
1 changed files with 4 additions and 0 deletions
|
@ -428,6 +428,10 @@ a.avatar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video > .thumbnail {
|
.video > .thumbnail {
|
||||||
|
border: 1px gray solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video:hover > .thumbnail {
|
||||||
border: 1px white solid;
|
border: 1px white solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue