begin login page

This commit is contained in:
p2405951
2025-10-17 17:16:09 +02:00
parent 872da61f5d
commit 7160f4cfa2
6 changed files with 2972 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,6 @@
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
@@ -26,10 +25,12 @@ body {
margin: 0;
display: flex;
place-items: center;
width:100%;
min-width: 320px;
min-height: 100vh;
}
h1 {
font-size: 3.2em;
line-height: 1.1;
@@ -58,6 +59,7 @@ button:focus-visible {
:root {
color: #213547;
background-color: #ffffff;
}
a:hover {
color: #747bff;