umami.waylonwalker.com/components/metrics/WebsiteHeader.module.css
WaylonWalker 4047a7ec23 Initial commit
Created from https://vercel.com/new
2021-12-08 18:25:42 +00:00

15 lines
225 B
CSS

.title {
color: var(--gray900);
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;
}
}