mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
13 lines
187 B
CSS
13 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);
|
|
}
|