/* Torrent name links */ .table-list a:link color: var(--accent); text-decoration: none;
body background-color: var(--bg-primary); color: var(--text-primary); font-family: 'Inter', system-ui, -apple-system, sans-serif;
.table-list a:hover color: var(--accent-hover); text-decoration: underline;
/* Torrent table rows */ .table-list tbody tr background-color: var(--bg-secondary); border-bottom: 1px solid var(--border); transition: background 0.2s ease;