anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

overriding colors with hex doesn't seem to work #69

Closed akatz closed 11 years ago

akatz commented 11 years ago

I can use $link-color: purple; but not $link-color: #08c;

yury commented 11 years ago

#08c is the same as http://www.color-hex.com/color/0088cc

It very close to default bootstrap link color.

Try, for instance, #00c

yury commented 11 years ago

I'm closing this issue, reopen if needed.

Thank you