mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:57:50 +01:00
add hover effects!!
This commit is contained in:
parent
b8a79c8ed6
commit
80f5cf1d83
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue