🐛 Fix invalid font used in login form on (web platform)

This commit is contained in:
2024-04-12 16:24:28 +02:00
parent fb4554aa71
commit 53fff64537
2 changed files with 20 additions and 0 deletions

View File

@@ -90,6 +90,10 @@
}
}
input {
font-family: inherit;
}
&__homeserver {
grid-area: homeserver;
}