add a style guide section, add existing colors

This commit is contained in:
Joshua Seigler 2016-07-23 01:36:03 -04:00
parent 5207aedf80
commit beb38babd9
11 changed files with 180 additions and 5 deletions

8
_layouts/styleguide.html Normal file
View file

@ -0,0 +1,8 @@
---
layout: default
---
<div id="styleguide" class="content">
<h1>{{ page.title }}</h1>
{{ content }}
</div>