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

channel hover stuff

This commit is contained in:
Ashley 2023-02-12 17:47:07 +00:00
parent e7097bc220
commit e02281716c

View file

@ -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;