From 1d5cd34fcb620e2688e90208fba77a0662c7a542 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 27 Mar 2017 21:37:04 -0700 Subject: [PATCH] $black headlines --- website/source/assets/stylesheets/_global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 07cfe6f02..72cc6f363 100644 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -17,6 +17,7 @@ body { } h1, h2, h3, h4, h5, h5 { + color: $black; font-family: $font-family-klavika; -webkit-font-smoothing: antialiased; }