From a4842dd039918cc145866327e03190ab866fcbe7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 4 Aug 2014 21:30:40 -0700 Subject: [PATCH] 12px is too small on categories page --- app/assets/stylesheets/desktop/topic-list.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index b9ea3a2d9..e30c4ae08 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -157,7 +157,7 @@ .topic-list.categories { a.title { color: $tertiary; - font-size: 12px; + font-size: 13px; } a.title:visited:not(.badge-notification) {color: scale-color($tertiary, $lightness: 35%);} @@ -232,16 +232,17 @@ .featured-topic { margin: 10px 0 0; - font-size: 12px; + font-size: 13px; /* topic status glyphs */ i { color: scale-color($primary, $lightness: 50%) !important; + font-size: 13px; } a.last-posted-at, a.last-posted-at:visited { color: scale-color($primary, $lightness: 50%); } .badge { - font-size: 9px; + font-size: 10px; top: -1px; } }