commit fba71412a489e9ce4297db0afba0a8f33fffc211 parent d7c1d06bf28ff485ee68d9347745840f83d2e1e4 Author: Konstantin Tarkus <hello@tarkus.me> Date: Wed, 17 Sep 2014 17:07:21 +0400 Update CSS for Jumbotron Diffstat:
| M | src/styles/jumbotron.less | | | 5 | ----- |
| M | src/styles/variables.less | | | 18 | ++++++++++++++++++ |
2 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/src/styles/jumbotron.less b/src/styles/jumbotron.less @@ -2,11 +2,6 @@ // Jumbotron // ============================================================================= -@jumbotron-heading-color: #61DAFB; -@jumbotron-color: #E9E9E9; -@jumbotron-bg: #2d2d2d; -@jumbotron-font-size: 1em; - @import "../../node_modules/bootstrap/less/jumbotron.less"; .jumbotron { diff --git a/src/styles/variables.less b/src/styles/variables.less @@ -4,4 +4,22 @@ @import "../../node_modules/bootstrap/less/variables.less"; +// +// Scaffolding +// ----------------------------------------------------------------------------- + +// Background color for `<body>` @body-bg: #f9f9f9; +// Global text color on `<body>` +@text-color: #484848; +// Global textual link color +@link-color: #c05b4d; + +// +// Jumbotron +// ----------------------------------------------------------------------------- + +@jumbotron-heading-color: #61DAFB; +@jumbotron-color: #E9E9E9; +@jumbotron-bg: #2d2d2d; +@jumbotron-font-size: @font-size-base;