Replace peertube logo with bitcointv logo

This commit is contained in:
hunicus
2023-03-12 01:48:22 -05:00
parent 72a9b71901
commit 513277cef7
2 changed files with 12 additions and 2 deletions

View File

@@ -199,6 +199,16 @@
a {
margin: 45px 10px;
}
.bitcointv svg {
width: 36px;
height: auto;
vertical-align: bottom;
margin-bottom: 2px;
margin-left: 5px;
}
.bitcointv svg:hover {
opacity: 0.75;
}
}
}