diff --git a/deezer_downloader/web/static/css/custom.css b/deezer_downloader/web/static/css/custom.css index ac5bfc4..86a62a4 100644 --- a/deezer_downloader/web/static/css/custom.css +++ b/deezer_downloader/web/static/css/custom.css @@ -13,12 +13,12 @@ input.search { border: none; outline: none; background-color: transparent; - color: #495057; + color: white !important; } button.search { height: 100%; - color: #495057; + color: white; font-size: 14px; border: none; background-color: transparent; @@ -26,7 +26,6 @@ button.search { .tabs-category { display: flex; - /* border-bottom: 1px solid #ced4da; */ } .btn-category { @@ -44,4 +43,44 @@ button.search { .btn-category.active { border-bottom: 3px solid #242424; color: #242424; +} + +.nav-link:link, +.nav-link:visited { + color: white; + text-decoration: none; +} + +body { + background-color: #292929; +} + +.footer { + background-color: #292929 !important; + color: white; +} + +.text-muted { + color: white !important; +} + +h3, th, td { + color: white !important; +} + +.btn-category { + background: transparent; + color: #6a6a6a; + border: none; + padding: 8px 16px; + cursor: pointer; +} + +.btn-category.active { + border-bottom: 3px solid white; + color: white !important; +} + +.btn { + color: white !important; } \ No newline at end of file diff --git a/deezer_downloader/web/templates/index.html b/deezer_downloader/web/templates/index.html index 582701d..705bfd2 100644 --- a/deezer_downloader/web/templates/index.html +++ b/deezer_downloader/web/templates/index.html @@ -55,13 +55,7 @@ Deezer (4) - - @@ -106,8 +100,7 @@ - - +

Download stuff via youtube-dl

@@ -123,7 +116,6 @@
-

Download Spotify playlist

@@ -144,8 +136,6 @@
- -

Download Deezer playlist

@@ -181,15 +171,6 @@
- -
-
-

Debug

-
- -
-
-

Queue

@@ -209,14 +190,11 @@