From a7c8fff98d5dc1c94d9a3bda6af026fbff08ae7a Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:42:50 +0000 Subject: [PATCH] Add files via upload --- src/main/resources/static/dark-mode.css | 9 +++ src/main/resources/templates/merge-pdfs.html | 64 +++++++++++++++++++- 2 files changed, 72 insertions(+), 1 deletion(-) 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 +