diff --git a/public/css/style-night.css b/public/css/style-night.css index 175cd06a..3a191236 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -1,13 +1,28 @@ /*Don't make changes to layout here, only colours*/ /* Torrent status colors */ .remake { - background-color: #795c46; + background-color: #473e50; /*270,13%,28%*/ } .trusted { - background-color: #3d743e; + background-color: #395045; /*150,17%,27%*/ } .aplus { - background-color: #487589; + background-color: #3c5b71; /*205,30%,34%*/ +} +.remake a { + color: #cfc2dc; /*270,26%,81%*/ +} +.trusted a { + color: #bde0db; /*170,36%,81%*/ +} +.remake a:hover { + color: #cf9fff; +} +.trusted a:hover { + color: #6ae3d1; +} +.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { + border-color: hsla(200,60%,70%,0.15); } @@ -48,7 +63,11 @@ body { /* Links, Text */ a { - color: #81a2be; + color: #a2c9dd; +} +a:hover { + color: #55c5ff; + text-shadow: 1px 1px 0 #000; } .btn-success { color: #fff;