umami/components/metrics/WebsiteHeader.module.css

16 lines
226 B
CSS
Raw Normal View History

2020-08-18 09:51:32 +02:00
.title {
color: var(--gray-900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
}
2020-09-16 04:16:05 +02:00
.link {
font-weight: 600;
2020-08-18 09:51:32 +02:00
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}