Fix typo hover

This commit is contained in:
Aurelien Vaillant
2020-04-06 12:31:42 +02:00
parent a50158eeab
commit 6040b55479
+4 -3
View File
@@ -413,14 +413,15 @@ body.logged, .logged .content {
padding-bottom: 0;
}
.listing-apps a:hover .first-letter {
display: inline;
position: relative;
.listing-apps a .first-letter {
font-family: 'NotoSansBold', serif;
}
.listing-apps a:hover .first-letter {
width: 100%;
height: 100%;
display: inline;
position: relative;
}
/* ------------------------