fix broken index page heading, update variables and less pages

This commit is contained in:
Mark Otto
2012-01-24 16:07:30 -08:00
parent 58f7fd308a
commit 8ff621aa26
9 changed files with 480 additions and 385 deletions

View File

@@ -9,7 +9,7 @@
// Links
@linkColor: #08c;
@linkColorHover: darken(@linkColor, 15);
@linkColorHover: darken(@linkColor, 15%);
// Grays
@black: #000;
@@ -21,8 +21,8 @@
@white: #fff;
// Accent colors
@blue: #049CDB;
@blueDark: #0064CD;
@blue: #049cdb;
@blueDark: #0064cd;
@green: #46a546;
@red: #9d261d;
@yellow: #ffc40d;