update preboot comments about color scheme

This commit is contained in:
Mark Otto 2011-09-11 20:47:35 -07:00
parent 96e59eed20
commit c876835a02
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
// Color Scheme
// Use this to roll your own color schemes if you like (unused by Bootstrap by default)
@baseColor: @blue; // Set a base color
@complement: spin(@baseColor, 180); // Determine a complementary color
@split1: spin(@baseColor, 158); // Split complements