From: Laury GvR Date: Tue, 14 Oct 2014 21:05:01 +0000 (-0400) Subject: Default font and h1 size edits for inside pages. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bbec65b341303a9f969ec38af6d961415cf88228;p=web%2FWP-Theme-GaslightMedia.git Default font and h1 size edits for inside pages. --- 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;