mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2025-01-02 15:05:39 +00:00
main.css: fix stat styling on dark mode
This commit is contained in:
parent
8614da6322
commit
90607d6993
|
@ -99,10 +99,14 @@ table.torrent-list td:first-child {
|
||||||
table.torrent-list td:nth-child(4) {
|
table.torrent-list td:nth-child(4) {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
table.torrent-list td:nth-child(6) {
|
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: green;
|
color: green;
|
||||||
}
|
}
|
||||||
table.torrent-list td:nth-child(7) {
|
table.torrent-list td:nth-child(7),
|
||||||
|
body.dark table.torrent-list > tbody > tr.success > td:nth-child(7),
|
||||||
|
body.dark table.torrent-list > tbody > tr.danger > td:nth-child(7) {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue