Fixed login page and workflow

This commit is contained in:
2025-02-20 15:46:37 +01:00
parent 90ccb8a00c
commit 4f3814bd7e
8 changed files with 36 additions and 15 deletions
+12
View File
@@ -50,6 +50,7 @@ main{
justify-content: center;
color: #96c7e8;
font-size: 24px;
flex-direction: column;
}
.button a{
position: fixed;
@@ -61,4 +62,15 @@ main{
font-size: 18px;
border-radius: 6px;
box-shadow: rgba(0, 0, 0, 0.15);
}
div.alert {
background: #FFDDEE;
font-size: 20px;
font-style: italic;
}
div.welcome{
color: #fff;
font-size: 20px;
font-style: italic;
}