summaryrefslogtreecommitdiff
path: root/flatly
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-05 11:48:06 -0500
committerThomas Park <thomas@thomaspark.me>2014-11-05 11:48:06 -0500
commitd1d30b1c2a22c66692369c55f19ec29726de01ac (patch)
tree95e577c6451e437ae0621e36a85a6aba6d3b1472 /flatly
parent5f8d6a42d5919db8b8c63daf8851d1be704b4437 (diff)
parent47f715d3172b4f22a1f2e34ee9cd71519543341f (diff)
Merge pull request #351 from StevenBlack/normalize-gray
Normalize the @gray[-xxxx] variable definitions in several variables.les...
Diffstat (limited to 'flatly')
-rw-r--r--flatly/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatly/variables.less b/flatly/variables.less
index bfd60ca6..a3f54856 100644
--- a/flatly/variables.less
+++ b/flatly/variables.less
@@ -8,7 +8,7 @@
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
-@gray-darker: lighten(#000, 13.5%); // #222
+@gray-darker: lighten(@gray-base, 13.5%); // #222
@gray-dark: #7b8a8b; // #333
@gray: #95a5a6; // #555
@gray-light: #b4bcc2; // #999