Sfoglia il codice sorgente

SugoiDark colour fix

pull/2/head
Tomochin 3 anni fa
parent
commit
188a1b073c
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +4
    -4
      static/styles/sugoidark/style.css

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

@@ -796,7 +796,7 @@
}
.torrent_table tr.group {
background-color: #2b4297;
background-color: #223477;
}
.torrent_table tr.group_torrent {
background-color: #19234d;
@@ -813,7 +813,7 @@
background-color: #07123c;
}
.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
@@ -824,7 +824,7 @@
background-color: #07123c;
}
.torrent_table tr.torrent.rowdark {
background-color: #293c80;
background-color: #1f2d60;
}
.torrent_table div.tags {
@@ -866,7 +866,7 @@
strong.quoteheader {color: #000;}
tr.row:nth-of-type(odd) {
background-color: #293c80;
background-color: #1f2d60;
}
table.forum_post {


Caricamento…
Annulla
Salva