From the category archives:

Futzing

By default, Thesis has the option to feature previous/next post links on single entry pages. You can activate or deactivate this option through the Thesis Options panel on your WordPress Dashboard. Here’s the code that is controlling how it looks in the picture above.

.prev_next {
border-style:solid;
color:#666666;
letter-spacing:1px;
text-transform:uppercase;
}

.prev_next a {
text-decoration: none;
}

.prev_next a:hover {
text-decoration: underline;
}

I can style this [...]

Change the fugly default Thesis comments link and add some social media icons!