Add link to Website to MangaSearchResult

This commit is contained in:
2024-10-19 20:37:33 +02:00
parent d67b1754f9
commit adf876c37f
6 changed files with 18 additions and 71 deletions

View File

@ -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;
}