mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:58:12 +01:00
add hover effects!!
This commit is contained in:
parent
797fd4d4ff
commit
741456adb8
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ text-rendering: auto;
|
|||
border-collapse: separate;
|
||||
table-layout: auto;
|
||||
}
|
||||
.video:hover{
|
||||
border:solid;
|
||||
}
|
||||
.tabs.tabs-center {
|
||||
margin: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue