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