From 188a1b073c4b6cfbd9956cac1ee1271b416d7611 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Sun, 3 Oct 2021 21:39:21 +0700 Subject: [PATCH] SugoiDark colour fix --- static/styles/sugoidark/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/sugoidark/style.css b/static/styles/sugoidark/style.css index 218c48a..de8a81a 100644 --- a/static/styles/sugoidark/style.css +++ b/static/styles/sugoidark/style.css @@ -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 {