1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 11:34:39 -05:00

add hover effects!!

This commit is contained in:
Ashley 2023-02-13 11:33:23 +00:00
parent 797fd4d4ff
commit 741456adb8

View file

@ -154,6 +154,9 @@ text-rendering: auto;
font-family:inter; font-family:inter;
border-collapse: separate; border-collapse: separate;
table-layout: auto; table-layout: auto;
}
.video:hover{
border:solid;
} }
.tabs.tabs-center { .tabs.tabs-center {
margin: auto; margin: auto;