Commit 02f29c22 by Kyle Fiedler

Added stsyles for toc

parent 14382702
......@@ -199,6 +199,17 @@ section.wiki {
font-size: 0.9em;
font-family: Monaco, monospace;
}
.toc {
border: 1px solid #ccc;
background-color: $sidebar-color;
padding: 20px;
margin: 10px 0;
ul {
margin: 0;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment