Layout änderung vom login Fenster

This commit is contained in:
Laurenz gast
2025-01-24 17:57:41 +01:00
parent b08246fac2
commit 90473f4808
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
* { .login-container {
background-color: red; margin: auto;
padding: 30px;
width: 200px;
background-color: lightblue;
} }

View File

@@ -1,4 +1,4 @@
/*This is the Stylesheet for the Login Screen*/ /*This is the Stylesheet for the Login Screen*/
body { body {
background-color: #da1f3d; background-color: #bbbbbb;
} }