diff --git a/css/style-night.css b/css/style-night.css index b89441c5..6a727ccf 100644 --- a/css/style-night.css +++ b/css/style-night.css @@ -1,12 +1,12 @@ /* Torrent status colors */ .remake { - background-color: #a05013; + background-color: #795c46; } .trusted { - background-color: #238025; + background-color: #3d743e; } .aplus { - background-color: #0777ab; + background-color: #487589; } /* modified copy of NyaaTorrent theme */ @@ -59,7 +59,7 @@ body { /* Links, Text */ a { - color: #1cb093; + color: #13cba6; text-decoration : none; } @@ -146,4 +146,11 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ .table > tbody > tr > td { border: none; } + #container.cont-home { + background: #29363d url(/img/megumin.png) no-repeat; + } + #container.cont-view { + background: #29363d url(/img/megumin.png) no-repeat; + background-size: 75px, 100px; + } } diff --git a/templates/index.html b/templates/index.html index 81bbe941..3d2950d2 100755 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,9 @@ + +