umami/components/forms/LoginForm.module.css
2020-08-07 02:27:12 -07:00

14 lines
187 B
CSS

.title {
font-size: var(--font-size-xlarge);
text-align: center;
}
.button {
color: var(--gray50);
background: var(--gray900);
}
.button:hover {
background: var(--gray800);
}