[WIP] Overhaul the documentation site (#1030)

Overhaul the whole documentation site
This commit is contained in:
Sidney Bell
2019-11-22 14:54:20 -08:00
committed by GitHub
parent 5713aa8792
commit 9bcafeb7c1
35 changed files with 952 additions and 467 deletions
+6
View File
@@ -2,3 +2,9 @@
---
@import "{{ site.theme }}";
body { color: #3b3a3a;}
section { width: 500px; float: right; padding-bottom: 50px; padding-top:15px}
a { color: #9E2364; text-decoration: none; }
a:hover, a:focus { color: #9E2364; font-weight: bold; }
a small { font-size: 11px; color: #9E2364; margin-top: -0.3em; display: block; }
a:hover small { color: #9E2364; }