diff --git a/css/style.css b/css/style.css index 536cc7f1..8f43a117 100644 --- a/css/style.css +++ b/css/style.css @@ -11,11 +11,11 @@ /* Copy of NyaaTorrent theme */ nav#mainmenu { - background: url(/img/topbar.png) repeat-x black; + background: #1b1b1b; position: fixed; - color:white; + color: white; width: 100%; - z-index:2; + z-index: 2; } nav#mainmenu a { color: white; @@ -34,7 +34,7 @@ body { .blockBody { border-radius: 5px; - border: 2px solid black; + border: 1px solid black; padding: 1rem; } @@ -62,4 +62,4 @@ a { .torrent-info .filesize { white-space: nowrap; -} \ No newline at end of file +} diff --git a/img/topbar.png b/img/topbar.png deleted file mode 100644 index 5b585bd4..00000000 Binary files a/img/topbar.png and /dev/null differ diff --git a/templates/index.html b/templates/index.html index 89deb750..0d980678 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,7 +23,7 @@ -