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