Skip to content

Commit

Permalink
ops-csshacks: Darken artist page group headers
Browse files Browse the repository at this point in the history
  • Loading branch information
euamotubaina committed Dec 20, 2024
1 parent 3ae1dd1 commit d1f7b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops-csshacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @description Collages below torrents, adds .tl_notice
// @author euamotubaina
// @namespace github.com/euamotubaina
// @version 2024-12-20
// @version 2024-12-20_01
// @grant none
// @match https://orpheus.network/torrents.php*
// @match https://orpheus.network/artist.php?id=*
Expand Down Expand Up @@ -39,7 +39,7 @@
.main_column .td_info a[href^="https"]:hover {
background: none !important;
}
#torrent_details tr.edition {
.torrent_table tr.edition {
background-color: transparent;
}`;
document.head.appendChild(tlNot);
Expand Down

0 comments on commit d1f7b27

Please sign in to comment.