Catching Elephant is a theme for Tumblr.

Please look through all the answers here before asking a question. The same questions keep coming up.

A lot of customisation can be done with custom css. Try googling css background for example.

 

chilloutbruh-deactivated20111004 asked
Is there a way to change the colour of highlighted text and the glow around the boxes?

Shadow/glow here

Highlighted text:

::-moz-selection {
background: rgb(0,235,0);
}

::selection {
background: rgb(0,235,0);
}

code::-moz-selection {
background: rgb(0,235,0);
}

code::selection {
background: rgb(0,235,0);
}

  1. catchingelephant posted this

Blog comments powered by Disqus