umami/components/metrics/WebsiteHeader.module.css

20 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;
}
}