From df83632be925a1db58e71a0c83a7c9c1e4d0294e Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Fri, 25 Apr 2014 11:24:58 +0200 Subject: [PATCH] Background color. --- src/styles/global/_base.scss | 1 - src/styles/global/_variables.scss | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/styles/global/_base.scss b/src/styles/global/_base.scss index 1b9550c5..24debe62 100644 --- a/src/styles/global/_base.scss +++ b/src/styles/global/_base.scss @@ -19,7 +19,6 @@ * */ html, body { -background-color: $background; background-clip: padding-box; height: 100%; } diff --git a/src/styles/global/_variables.scss b/src/styles/global/_variables.scss index 5ba1f93a..02e85db9 100644 --- a/src/styles/global/_variables.scss +++ b/src/styles/global/_variables.scss @@ -1,3 +1,24 @@ +/* + * Spreed Speak Freely. + * Copyright (C) 2013-2014 struktur AG + * + * This file is part of Spreed Speak Freely. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + // ** Custom Variables ** // -------------------------------------------------- @@ -26,6 +47,14 @@ $audiovideolevel: #9dd53a; // original at libs/bootstrap/_variables.scss // -------------------------------------------------- +//== Scaffolding +// +// ## Settings for some of the most global styles. + +//** Background color for ``. +$body-bg: $background; + + //== Typography // //## Font, line-height, and color for body text, headings, and more.