Is there anyone out there…
who actually likes the new tumblr design?I miss my posts being a different color.
Use this code in a stylish style to bring that back:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tumblr.com") {
ol#posts li.is_mine {
background-color:#C8D5E4 !important;
}
ol#posts li.new_post {
background-color: #fff !important;
}
}
Just change the first color code to whatever you want.