Mercurial > wikked
view 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 |
line wrap: on
line source
// // Custom Variables // (this file isn't part of Bootstrap) // -------------------------------------------------- // Bootstrap overrides // ------------------------- @bodyBackground: @white; @textColor: @grayDark; //@monoFontFamily: "Lucida Console", Monaco, Consolas, "Courier New", monospace; @baseFontSize: 18px; @baseLineHeight: (@baseFontSize * 1.5); //@linkColor: rgb(128, 128, 128); //@linkColorHover: rgb(96, 96, 96);