Procházet zdrojové kódy

SugoiDark colour fix

pull/2/head
Tomochin před 3 roky
rodič
revize
188a1b073c
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      static/styles/sugoidark/style.css

+ 4
- 4
static/styles/sugoidark/style.css Zobrazit soubor

@@ -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 {


Načítá se…
Zrušit
Uložit