mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
channel hover stuff
This commit is contained in:
parent
f236ca450d
commit
9900f9d97c
1 changed files with 4 additions and 0 deletions
|
@ -299,11 +299,15 @@ text-transform:uppercase;
|
|||
|
||||
<% if(!isMobile) { %>
|
||||
<style>
|
||||
.video:hover{
|
||||
border:solid;
|
||||
}
|
||||
.name{
|
||||
text-align: left;
|
||||
}
|
||||
.tabs a.tab:hover {
|
||||
color: #fff;
|
||||
border: solid;
|
||||
text-decoration: none;
|
||||
background: #333;
|
||||
border-top-left-radius: 1em;
|
||||
|
|
Loading…
Reference in a new issue