alexgaribay / octoflat

An Octopress theme based off Twitter Bootstrap v2 and Designmodo's Flat-UI
202 stars 52 forks source link

pre code tags does not include background color #39

Open jedipunkz opened 10 years ago

jedipunkz commented 10 years ago

Hi,

I wrote sass/custom/_color.scss like this...

$code-bg-color:      #000000; // Code background
$pre-bg: #000000;

But my HTML does not display background color with #000000.

2014-08-17 16 56 25

How can I set background color with pre code tags.

Thanks.

jedipunkz commented 10 years ago

I noticed that back-quoted tag is ok, but 'space * 4 times' tag is not good.

I tested to write sample markdown.

```ruby
def test(test)
    puts test
end
```
    def test(test)
        puts test
    end

2014-08-17 17 23 26

All of my contents include 'space * 8 times' tags. So do you have any ideas ?... (´・ω・`)