From 35e493f18730d1340a2038a70c9b1a84fe8e1fbf Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 27 Jul 2016 18:13:52 +0200 Subject: [PATCH] color --- content/assets/stylesheets/main.scss | 6 ++++++ layouts/generic.erb | 3 +++ 2 files changed, 9 insertions(+) diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index 349409c..cd9869e 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -15,6 +15,12 @@ html, button, input, select, textarea, html, body { width: 100%; height: 100%; + + color: #444; +} + +h1, h2, strong { + color: #222; } #container { diff --git a/layouts/generic.erb b/layouts/generic.erb index 139d202..cc330e9 100644 --- a/layouts/generic.erb +++ b/layouts/generic.erb @@ -16,6 +16,9 @@ + + +