1
Fork 0

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) { %> <% 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;