Productivity Tools on My MacBook
This blog documents some cool tools that I have installed on my MacBook.
This blog documents some cool tools that I have installed on my MacBook.
Edit typecho/usr/themes/default/style.css
.
Find pre code{...}
.
Adjust it to:
pre code {
+ display: block;
padding: 3px;
color: #444;
}