umami/components/forms/LoginForm.module.css

14 lines
187 B
CSS
Raw Normal View History

2020-08-07 07:03:02 +02:00
.title {
font-size: var(--font-size-xlarge);
text-align: center;
2020-08-06 04:04:02 +02:00
}
2020-08-07 09:24:01 +02:00
.button {
color: var(--gray50);
background: var(--gray900);
}
.button:hover {
background: var(--gray800);
}