Browse Source

SugoiDark colour fix

pull/2/head
Tomochin 3 years ago
parent
commit
188a1b073c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      static/styles/sugoidark/style.css

+ 4
- 4
static/styles/sugoidark/style.css View File

@@ -796,7 +796,7 @@
} }
.torrent_table tr.group { .torrent_table tr.group {
background-color: #2b4297;
background-color: #223477;
} }
.torrent_table tr.group_torrent { .torrent_table tr.group_torrent {
background-color: #19234d; background-color: #19234d;
@@ -813,7 +813,7 @@
background-color: #07123c; background-color: #07123c;
} }
.torrent_table tr.torrent:nth-child(2n-1) { .torrent_table tr.torrent:nth-child(2n-1) {
background-color: #293c80;
background-color: #1f2d60;
} }
/* /*
It is not possible to .addClass() nth-child so a new style must be created with It is not possible to .addClass() nth-child so a new style must be created with
@@ -824,7 +824,7 @@
background-color: #07123c; background-color: #07123c;
} }
.torrent_table tr.torrent.rowdark { .torrent_table tr.torrent.rowdark {
background-color: #293c80;
background-color: #1f2d60;
} }
.torrent_table div.tags { .torrent_table div.tags {
@@ -866,7 +866,7 @@
strong.quoteheader {color: #000;} strong.quoteheader {color: #000;}
tr.row:nth-of-type(odd) { tr.row:nth-of-type(odd) {
background-color: #293c80;
background-color: #1f2d60;
} }
table.forum_post { table.forum_post {


Loading…
Cancel
Save