Login Style

This commit is contained in:
chk
2026-03-26 15:00:00 +01:00
parent 6eaa60131b
commit 40a83acb52
3 changed files with 17 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ nav button:hover {
main {
background: transparent; /* NEU */
position: relative;
}
@@ -72,3 +73,16 @@ nav button.active {
cursor: pointer;
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
#login-modal {
position: fixed;
top: 10%;
left: 10%;
transform: translate(-10%, -10%)
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}