diff --git a/pom.xml b/pom.xml
index 2070bea9a..6e4531c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,12 +31,12 @@
The Open Web Application Security Project (OWASP)
https://owasp.org/
-
-
-
-
-
-
+
+
+
+
+
+
19
@@ -49,6 +49,8 @@
5.2.2
2.14.1
3.4.0
+ 1.12.1
+ 3.6.1
3.0.15.RELEASE
3.0.15.RELEASE
3.1.0
@@ -156,6 +158,16 @@
github-buttons
${github.button.version}
+
+ org.webjars
+ datatables
+ ${datatables.version}
+
+
+ org.webjars
+ jquery
+ ${jquery.version}
+
diff --git a/src/main/resources/static/css/dark.css b/src/main/resources/static/css/dark.css
index a79fe1347..fd3ec1754 100644
--- a/src/main/resources/static/css/dark.css
+++ b/src/main/resources/static/css/dark.css
@@ -82,3 +82,13 @@
background-color: var(--bs-indigo);
border-color: var(--bs-indigo);
}
+
+.dark-mode input {
+ background-color: var(--bs-gray-600);
+ color: var(--bs-body-color);
+}
+
+.dark-mode select {
+ background-color: var(--bs-gray-600);
+ color: var(--bs-body-color);
+}
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index e26bba2b7..a7401acea 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -6,8 +6,10 @@
OWASP WrongSecrets
+
+
@@ -18,6 +20,9 @@
+
+
+
+
+
+