tg hoverover

This commit is contained in:
Matthew Hodgson
2017-10-27 01:09:46 +01:00
parent 1798bff8f5
commit b65ee5f28e
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -83,6 +83,12 @@
font-size: 13px;
font-family: PostGrotesk-Medium, Arial, Helvetica, Sans-Serif;
font-weight: 600;
opacity: 1.0;
transition: opacity .2s ease;
}
.mx_HomePage_telegram a:hover {
opacity: 0.5;
}
.mx_HomePage_room .mx_HomePage_icon {