Fix bug when game has no cover in IGDB

This commit is contained in:
Simon Grimme
2022-07-25 11:34:22 +02:00
parent b86544b22a
commit 206272b50b
5 changed files with 29 additions and 11 deletions
@@ -49,3 +49,8 @@
}
}
}
.no-link-styling a:hover, a:visited, a:link, a:active {
text-decoration: none;
color: black;
}