add background on app hover section

Avoid click on bad app, focus attention
This commit is contained in:
Iglou.eu 2019-01-28 21:21:31 +01:00 committed by GitHub
parent 198a45ff75
commit 240789f787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1097,6 +1097,9 @@ span.version {
display: block;
margin: 8px 0;
}
&:hover {
background-color: var(--color-background-dark);
}
}
.app-description {
p {