Colors — 1337x
/* Torrent name links */ .table-list a:link color: var(--accent); text-decoration: none;
// Run in browser console or as userscript const rows = document.querySelectorAll('.table-list tbody tr'); rows.forEach(row => ); 1337x colors
/* Verified / Trusted badges */ .verified, .trusted background: var(--trusted-blue); color: #000; padding: 2px 6px; border-radius: 12px; font-size: 0.7rem; font-weight: bold; /* Torrent name links */
body background-color: var(--bg-primary); color: var(--text-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif; .trusted background: var(--trusted-blue)
.table-list a:hover color: var(--accent-hover); text-decoration: underline;