) : Re
{manga.mangaConnector.name}
- {manga.sortName}
+ {manga.sortName}
{manga.authors.map(author => - {author}
)}
{manga.tags.map(tag => - {tag}
)}
diff --git a/Website/styles/MangaSearchResult.css b/Website/styles/MangaSearchResult.css
index 4430ab8..7de3af7 100644
--- a/Website/styles/MangaSearchResult.css
+++ b/Website/styles/MangaSearchResult.css
@@ -85,4 +85,14 @@
.SearchResult > .Manga-AddButton {
grid-area: button;
+}
+
+.SearchResult a, .SearchResult a:visited {
+ color: initial;
+}
+
+.SearchResult a img {
+ filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7480%) hue-rotate(141deg) brightness(111%) contrast(99%);
+ position: relative;
+ bottom: 10px;
}
\ No newline at end of file