Pull Log Out button into its own component

This commit is contained in:
Hornwitser 2025-03-07 21:46:44 +01:00
parent db9a12250e
commit 3535105744
3 changed files with 26 additions and 18 deletions

View file

@ -53,6 +53,11 @@ a {
}
}
button {
font-family: inherit;
font-size: inherit;
}
label {
display: block;
}