From f44995057255c07c72b263d879de3616156d246d Mon Sep 17 00:00:00 2001 From: Adam Schwartz Date: Wed, 16 Sep 2015 01:01:05 -0400 Subject: [PATCH] Header font colors --- docs/welcome/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/welcome/index.html b/docs/welcome/index.html index 476c2c4..281045b 100644 --- a/docs/welcome/index.html +++ b/docs/welcome/index.html @@ -108,6 +108,11 @@ color: #fff; } + table.showcase.hero h1, + table.showcase.hero h2 { + color: #fff + } + table.showcase.hero:after { border-top-color: #fff }