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;

.table-list tbody tr:hover background-color: #252b36;

/* Torrent table rows */ .table-list tbody tr background-color: var(--bg-secondary); border-bottom: 1px solid var(--border); transition: background 0.2s ease; 1337x colors

/* Top torrents section */ .top-torrents, .trending border-left: 3px solid var(--accent); background: var(--bg-secondary); padding: 10px; margin: 12px 0; border-radius: 8px;

// Run in browser console or as userscript const rows = document.querySelectorAll('.table-list tbody tr'); rows.forEach(row => ); /* Verified / Trusted badges */

.table-list a:hover color: var(--accent-hover); text-decoration: underline;

/* Torrent name links */ .table-list a:link color: var(--accent); text-decoration: none; .trusted background: var(--trusted-blue)

button, .btn background: var(--accent); border: none; color: white; padding: 8px 16px; border-radius: 24px; cursor: pointer; transition: 0.2s;