1.login
This commit is contained in:
parent
802164fd26
commit
98b4873d26
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue