add login form

This commit is contained in:
Jackzie 2025-04-15 19:08:18 -05:00
parent 2773305304
commit 00b55a3536
9 changed files with 48 additions and 31 deletions

View file

@ -71,4 +71,7 @@ tr.file-list td.filecell-icon .fa-folder {
}
tr.file-list td.filecell-label a {
color: var(--accent-color);
}
.login-bg {
background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}