Correct login landing page

This commit is contained in:
2025-09-26 00:28:15 +02:00
parent b0190336b0
commit 823884d265
25 changed files with 373 additions and 515 deletions

View File

@@ -18,7 +18,7 @@ header{
}
body > main {
width: 75%;
width: 100%;
}
main
@@ -99,7 +99,9 @@ footer
color: var(--pico-color-red-50);
}
article {
text-align: center;
}
/* Navigation */

View File

@@ -47,7 +47,7 @@
/*box-shadow: 1px 1px 1px black; */
}
.succes p {
.success p {
background-color: #444;
color: #00C613;
}