From 2a170d1f13f6793a42f511e042c1cc352ecd76eb Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 16 Dec 2014 16:19:22 +0000 Subject: [PATCH] Twenty Fifteen: fallback hex color for no-comments text should come first. Props iamtakashi, fixes #30730. Built from https://develop.svn.wordpress.org/trunk@30910 git-svn-id: http://core.svn.wordpress.org/trunk@30900 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 8d5684f464..052eb90015 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -2324,8 +2324,8 @@ a.post-thumbnail:focus { .no-comments { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); - color: rgba(51, 51, 51, 0.7); color: #707070; + color: rgba(51, 51, 51, 0.7); font-family: "Noto Sans", sans-serif; font-weight: 700; padding-top: 1.6em;