Browse Source

Background color.

pull/29/head
Evan Theurer 11 years ago
parent
commit
df83632be9
  1. 1
      src/styles/global/_base.scss
  2. 29
      src/styles/global/_variables.scss

1
src/styles/global/_base.scss

@ -19,7 +19,6 @@ @@ -19,7 +19,6 @@
*
*/
html, body {
background-color: $background;
background-clip: padding-box;
height: 100%;
}

29
src/styles/global/_variables.scss

@ -1,3 +1,24 @@ @@ -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 <http://www.gnu.org/licenses/>.
*
*/
// ** Custom Variables **
// --------------------------------------------------
@ -26,6 +47,14 @@ $audiovideolevel: #9dd53a; @@ -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>`.
$body-bg: $background;
//== Typography
//
//## Font, line-height, and color for body text, headings, and more.

Loading…
Cancel
Save