view static/css/custom-variables.less @ 151:f32af0888382

Added support for ElasticSearch indexing: - More configurable setup for wiki providers (SCM, indexing, etc.). - Lazy importing of provider specific packages. - Nicer search results.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Dec 2013 20:59:42 -0800
parents d29e2f337b00
children
line wrap: on
line source

//
// Custom Variables
// (this file isn't part of Bootstrap)
// --------------------------------------------------

// Bootstrap overrides
// -------------------------
@body-bg: #fff;
@text-color: @gray-dark;

@font-size-base: 18px;
//@line-height-base: (@font-size-base * 1.5);