digisavvy / some-like-it-neat

A WordPress Theme Using _s, Bourbon + Neat and Theme Hook Alliance
GNU General Public License v2.0
276 stars 61 forks source link

Body color in ltr and rtl #79

Closed bjorn2404 closed 9 years ago

bjorn2404 commented 9 years ago

I'm probably just misunderstanding how this is set up but I can't figure out why the body color is set to #000 in @include ltr and @include rtl in /assets/sass/layouts/_structure.scss instead of using a color variable such as $base-font-color.

digisavvy commented 9 years ago

Hey there, Thanks for creating this issue. You're not misunderstanding anything. I've gone through and updated the theme to make use of color variables, it had been on my 'to-do' for some time. Thanks for the nudge. =)

The update is in the dev branch right now. I'll merge into master soon.

bjorn2404 commented 9 years ago

Great, thanks.