mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
even more hover effects hell yeah
This commit is contained in:
parent
478e668439
commit
797fd4d4ff
1 changed files with 3 additions and 1 deletions
|
@ -294,7 +294,9 @@ margin-left: 2em;
|
||||||
.channel-info-container > img {
|
.channel-info-container > img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.video-grid > .video:hover{
|
||||||
|
border:solid;
|
||||||
|
}
|
||||||
.video-grid > .video {
|
.video-grid > .video {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
background: black;
|
background: black;
|
||||||
|
|
Loading…
Reference in a new issue