diff options
| author | Mark Otto <[email protected]> | 2012-01-24 16:07:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 16:07:30 -0800 |
| commit | 8ff621aa26dee69088b527089cdd719bce68be31 (patch) | |
| tree | a5727e15d23a12b12f30d8eb8a59f7f241e1324c /lib/variables.less | |
| parent | 58f7fd308a5c4511cf9a10a12c89d550c469b3f1 (diff) | |
| download | bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.tar.xz bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.zip | |
fix broken index page heading, update variables and less pages
Diffstat (limited to 'lib/variables.less')
| -rw-r--r-- | lib/variables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/variables.less b/lib/variables.less index 0a67521df..674a358bf 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -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; |
