Tweak the font sizes on the login page a little

It’s nicer if the domain name is larger than the main text.
This commit is contained in:
Jonas Schäfer
2020-03-08 11:01:46 +01:00
parent 880b4c22d0
commit ba6ed22de0

View File

@@ -666,11 +666,12 @@ nav.usermenu > .avatar {
body#login {
.form {
font-size: nth($h-sizes, 4);
font-size: nth($h-sizes, 5);
}
.form-title {
color: $primary-200;
font-size: nth($h-sizes, 5);
}
h1 {