diff --git a/src/main/resources/static/dark-mode.css b/src/main/resources/static/dark-mode.css index a2925f766..6c528702b 100644 --- a/src/main/resources/static/dark-mode.css +++ b/src/main/resources/static/dark-mode.css @@ -11,4 +11,13 @@ body { .jumbotron { background-color: #222; /* or any other dark color */ color: #fff; /* or any other light color */ +} + +.list-group { + background-color: #222 !important; + color: fff !important; +} +.list-group-item { + background-color: #222 !important; + color: fff !important; } \ No newline at end of file diff --git a/src/main/resources/templates/merge-pdfs.html b/src/main/resources/templates/merge-pdfs.html index c2ee73a2b..67ed1276a 100644 --- a/src/main/resources/templates/merge-pdfs.html +++ b/src/main/resources/templates/merge-pdfs.html @@ -25,13 +25,75 @@ class="custom-file-label">Choose PDFs +