mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
16 lines
225 B
CSS
16 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;
|
|
}
|
|
}
|