I have been trying to set up my blog to integrate code snippets. I tried prettify but it didn't really work. I have put
<script src='https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?skin=desert'/>
in my template's head and then
<body onload='prettyPrint()'>
As I used the desert skin, I could see the black background on my blog post but the problem is that the code itself is still black. Apparently something is forcing text to be always black. How could I fix that?