From 728b7968a26952ffd7276e6a952b6da17d00cced Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Wed, 3 Feb 2016 11:03:09 +0100 Subject: [PATCH] white is back and black is white --- css/clean-blog.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/clean-blog.css b/css/clean-blog.css index 8512ba4..cb60d17 100644 --- a/css/clean-blog.css +++ b/css/clean-blog.css @@ -144,11 +144,14 @@ hr.small { margin-bottom: 50px; } .intro-header .site-heading, -.intro-header .post-heading, .intro-header .page-heading { padding: 100px 0 50px; color: black; } +.intro-header .post-heading, + padding: 100px 0 50px; + color: white; +} @media only screen and (min-width: 768px) { .intro-header .site-heading, .intro-header .post-heading,