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;
}
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;
}