Twenty Fifteen: fallback hex color for no-comments text should come first.

Props iamtakashi, fixes #30730.

git-svn-id: https://develop.svn.wordpress.org/trunk@30910 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-12-16 16:18:40 +00:00
parent c9707a4a31
commit 8d69099344

View File

@ -2324,8 +2324,8 @@ a.post-thumbnail:focus {
.no-comments { .no-comments {
border-top: 1px solid #eaeaea; border-top: 1px solid #eaeaea;
border-top: 1px solid rgba(51, 51, 51, 0.1); border-top: 1px solid rgba(51, 51, 51, 0.1);
color: rgba(51, 51, 51, 0.7);
color: #707070; color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif; font-family: "Noto Sans", sans-serif;
font-weight: 700; font-weight: 700;
padding-top: 1.6em; padding-top: 1.6em;