Use pankow in login view

This commit is contained in:
Johannes Zellner
2024-12-14 12:52:39 +01:00
parent a071cef46a
commit fb08369aec
3 changed files with 123 additions and 192 deletions

View File

@@ -5,7 +5,7 @@ html, body {
width: 100%;
padding: 0;
margin: 0;
background-color: #e5e5e5;
background-color: white;
color: var(--pankow-text-color);
}