diff --git a/README.md b/README.md index fc1b7552..f3b2c46f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This is a locally hosted web application that allows you to perform various oper I will support and fix/add things to this if there is a demand [Discord](https://discord.gg/Cn8pWhQRxZ) + + + + ## Features - Split PDFs into multiple files at specified page numbers or extract all pages as individual files. diff --git a/images/stirling-home.png b/images/stirling-home.png new file mode 100644 index 00000000..0409fae0 Binary files /dev/null and b/images/stirling-home.png differ diff --git a/src/main/resources/static/dark-mode.css b/src/main/resources/static/dark-mode.css index a2925f76..6c528702 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 c2ee73a2..67ed1276 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 +