Default dark theme for nyaa.si has bad contrast, so I tried to fix it.
Better nyaa.si Dark Theme by d221

Details
Authord221
LicenseNo License
Categorynyaa
Created
Updated
Code size1.6 kB
Code checksum1de1f3a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Important
To make it look right, toggle the in-built dark theme.
Keywords
Nyaa, nyaa.si, sukebei.nyaa.si
Source code
/* ==UserStyle==
@name Better nyaa.si Dark Theme
@version 20220618
@namespace userstyles.world/user/d221
@description Default dark theme for nyaa.si has bad contrast, so I tried to fix it.
@author d221
@license No License
==/UserStyle== */
@-moz-document domain("nyaa.si") {
/* Links */
a {
color: #cbcbcb;
}
/* Hover Text */
a:focus, a:hover {
color: #bcbcbc;
}
/* Visited Text */
table.torrent-list tbody tr td a:visited {
color: #bcbcbc !important;
}
/* Comment Text Icon Color */
body.dark table.torrent-list tbody .comments {
color: #00b0ff;
}
/* Download, Magnet Color */
i.fa.fa-fw.fa-download, i.fa.fa-fw.fa-magnet {
color: #00b0ff;
}
/* Better Seed Count Visibility */
table.torrent-list td:nth-child(6), body.dark table.torrent-list > tbody > tr.success > td:nth-child(6), body.dark table.torrent-list > tbody > tr.danger > td:nth-child(6) {
color: #00ff40;
}
div.col-md-5 span[style*="color: green"]{
color: #00ff40 !important;
}
/* Trusted user comment */
.text-success{
color: #00ff40;
}
/* Pagination */
.pagination > li > a, .pagination > li > span {
color: #cbcbcb;
}
/* Navigation Bar */
input.form-control.search-bar, .bootstrap-select.btn-group .dropdown-toggle .filter-option, ::placeholder {
color: #cbcbcb !important;
}
.navbar {
position: sticky;
top: 0;
}
}