From bbec65b341303a9f969ec38af6d961415cf88228 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 14 Oct 2014 17:05:01 -0400 Subject: [PATCH] Default font and h1 size edits for inside pages. --- css/app.css | 6 +++++- scss/site/_structure.scss | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 318f604..805e343 100644 --- a/css/app.css +++ b/css/app.css @@ -13474,7 +13474,11 @@ th.hide-for-touch { */ body { background-color: black; - background-image: url("../assets/img/images/bg.png"); } + background-image: url("../assets/img/images/bg.png"); + font-size: 14px; } + +h1 { + font-size: 40px; } #navRow { padding-top: 20px; diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index c78bef8..5d58e3a 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -22,9 +22,14 @@ * 1.0 Custom settings * ---------------------------------------------------------------------------- */ + body { background-color: $black; background-image: url("../assets/img/images/bg.png"); + font-size: 14px; +} +h1 { + font-size: 40px; } #navRow { padding-top: 20px; -- 2.17.1