login link

This commit is contained in:
2024-09-28 23:26:15 +02:00
parent 4101e824a2
commit febd1d33f1
6 changed files with 29 additions and 1 deletions

View File

@@ -119,3 +119,11 @@ body {
border: none;
border-radius: 5px;
}
.login {
position: fixed;
right: 0;
top: 0;
color: white;
padding: 10px;
}

View File

@@ -76,3 +76,11 @@ body {
grid-column-start: 2;
grid-column-end: 3;
}
.login {
position: fixed;
right: 0;
top: 0;
color: white;
padding: 10px;
}