Holo Alfa
Feb 10, 2013 • Less than a minute read

Code Snippets

Whenever you need to post a code snippet, use the liquid tags hilight and endhilight.

like this:

nav a:hover {
  color: rgba(0,0,0,.72);
}
nav a.current {
  color: rgba(0, 0, 0, .72)
}
.subtitle {
  margin: 30px 0;
}
Post by: Dr. Jekyll