UX: make desktop category page topics match mobile (#11857)

This commit is contained in:
Kris 2021-01-27 17:27:54 -05:00 committed by GitHub
parent afbaedef7d
commit d71468a66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -38,6 +38,7 @@
.value {
font-size: $font-up-1;
font-weight: bold;
}
.unit {
font-size: $font-down-1;

View File

@ -11,6 +11,11 @@
.more-topics {
margin-top: 1em;
}
.posts-map {
font-size: $font-up-1;
font-weight: bold;
}
}
.latest-topic-list-item {
@ -53,6 +58,6 @@
}
.topic-last-activity a {
color: var(--primary-med-or-secondary-high);
color: var(--primary-low-mid-or-secondary-high);
}
}