comparison static/css/custom-variables.less @ 101:13249e5ca51c

Big refactor for better database caching: - Using SQL alchemy instead of raw SQLite. - Better architecture and internal APIs. - Fixed some issues where the database was not used correctly. - Fixed some problems with querying pages. Got rid of `Makefile`, now using `grunt`. Now using a custom `Bootstrap` include file.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Nov 2013 08:13:18 -0800
parents static/bootstrap/less/custom-variables.less@a5a3d454eac9
children d29e2f337b00
comparison
equal deleted inserted replaced
100:fd6eccb24882 101:13249e5ca51c
1 //
2 // Custom Variables
3 // (this file isn't part of Bootstrap)
4 // --------------------------------------------------
5
6 // Bootstrap overrides
7 // -------------------------
8 @bodyBackground: @white;
9 @textColor: @grayDark;
10
11 //@monoFontFamily: "Lucida Console", Monaco, Consolas, "Courier New", monospace;
12
13 @baseFontSize: 18px;
14 @baseLineHeight: (@baseFontSize * 1.5);
15
16 //@linkColor: rgb(128, 128, 128);
17 //@linkColorHover: rgb(96, 96, 96);
18