diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 413b951..bdc5ff1 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -12,6 +12,7 @@
--blue: #0367a6;
--lightblue: #008997;
+ --diyColors: #d2c7c7;
/* RADII */
--button-radius: 0.7rem;
@@ -26,7 +27,7 @@
body {
align-items: center;
- background-color: var(--white);
+ background-color: var(--diyColors);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
@@ -239,7 +240,7 @@
const localhostPath=curWwwPath.substring(0,pos);
const projectName = pathName.substring(0, pathName.substr(1).indexOf('/') + 1);
return(localhostPath+projectName);
- };
+ }
fistForm.addEventListener("submit", (e) => {