Layout CSS
<style>
body{
background: #000;
}
.blog-entry{
background: #004d00;
background: linear-gradient(#000, #265e39);
color: #fff;
}
.comments-table td:first-child, .comments-table td{
background: #265e39;
}
.blog-entry .content a{
color: #CF0808;
}
.blog-entry .kudos-container{
color: #CF0808;
}
<style/>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.