12px is too small on categories page

This commit is contained in:
Jeff Atwood 2014-08-04 21:30:40 -07:00
parent 1efc4e2098
commit a4842dd039
1 changed files with 4 additions and 3 deletions

View File

@ -157,7 +157,7 @@
.topic-list.categories { .topic-list.categories {
a.title { a.title {
color: $tertiary; color: $tertiary;
font-size: 12px; font-size: 13px;
} }
a.title:visited:not(.badge-notification) {color: scale-color($tertiary, $lightness: 35%);} a.title:visited:not(.badge-notification) {color: scale-color($tertiary, $lightness: 35%);}
@ -232,16 +232,17 @@
.featured-topic { .featured-topic {
margin: 10px 0 0; margin: 10px 0 0;
font-size: 12px; font-size: 13px;
/* topic status glyphs */ /* topic status glyphs */
i { i {
color: scale-color($primary, $lightness: 50%) !important; color: scale-color($primary, $lightness: 50%) !important;
font-size: 13px;
} }
a.last-posted-at, a.last-posted-at:visited { a.last-posted-at, a.last-posted-at:visited {
color: scale-color($primary, $lightness: 50%); color: scale-color($primary, $lightness: 50%);
} }
.badge { .badge {
font-size: 9px; font-size: 10px;
top: -1px; top: -1px;
} }
} }