add hover efects for thumbnails

This commit is contained in:
Ashley 2023-02-12 19:06:49 +00:00
parent f87a9691c1
commit 478e668439

View file

@ -428,6 +428,10 @@ a.avatar {
}
.video > .thumbnail {
border: 1px gray solid;
}
.video:hover > .thumbnail {
border: 1px white solid;
}