mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
19 lines
279 B
CSS
19 lines
279 B
CSS
.title {
|
|
color: var(--gray-900);
|
|
font-size: var(--font-size-large);
|
|
line-height: var(--font-size-large);
|
|
}
|
|
|
|
.link {
|
|
font-size: var(--font-size-small);
|
|
}
|
|
|
|
.link svg {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
.active {
|
|
display: none;
|
|
}
|
|
}
|