Skip to content

Commit de2ef9e

Browse files
Update login.css
1 parent ede4e44 commit de2ef9e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

login.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ body {
7373

7474
.footer { border-top: 1px solid hsl(var(--border)); padding: 16px 0; text-align: center; font-size: 14px;
7575
color: hsl(var(--muted)); }
76+
body {
77+
background: url('assets/sky.png') no-repeat center center fixed;
78+
background-size: cover;
79+
}
80+
.login-form {
81+
background: rgba(255, 255, 255, 0.85);
82+
padding: 2rem;
83+
border-radius: 12px;
84+
max-width: 400px;
85+
margin: auto;
86+
}

0 commit comments

Comments
 (0)