view wikked/assets/css/custom-variables.less @ 193:f6ab8af58055 0.2.0

UI improvements to page editing: - Fixed problems with element sizing. - Fixed preview of meta properties. - Renamed `@color-footer` to `@color-gray`.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 06 Feb 2014 08:00:05 -0800
parents bf2c79779800
children 0c19c4a8c959
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: 20px;
@line-height-base: 1.5;
@line-height-computed: floor(@font-size-base * @line-height-base);

@font-family-serif: Georgia,Cambria,"Times New Roman",Times,serif;
@font-family-sans-serif: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
@font-family-base: @font-family-serif;

@headings-font-family: @font-family-sans-serif;
@headings-font-weight: 700;
@headings-line-height: 1.5;

@icon-font-path:          "../bootstrap/fonts/";

@blockquote-border-color: @color-green;