umami/components/metrics/WebsiteHeader.module.css
2020-09-25 23:38:28 -07:00

16 lines
226 B
CSS

.title {
color: var(--gray-900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
}
.link {
font-weight: 600;
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}