Skip to content

Commit

Permalink
manga search links colouring
Browse files Browse the repository at this point in the history
  • Loading branch information
hohMiyazawa committed Jan 23, 2021
1 parent 1566781 commit b4b583e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/greenManga.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
color: rgb(61,180,242);
}
.activity-markdown a[href^="https://anilist.co/manga/"],
.reply-markdown a[href^="https://anilist.co/manga/"]{
.activity-markdown a[href^="https://anilist.co/search/manga"],
.reply-markdown a[href^="https://anilist.co/manga/"],
.reply-markdown a[href^="https://anilist.co/search/manga"]{
color: rgba(var(--color-green));
}
.activity-manga_list > div > div > div > div > .title{
Expand Down

0 comments on commit b4b583e

Please sign in to comment.