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 @@ + + +