From 508584830e65fc08ea3a756dfa651670c9e01217 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 28 Jul 2016 04:42:10 -0400 Subject: more work on getting started, new documentation help, remove head links --- docs/docs.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/docs.css') diff --git a/docs/docs.css b/docs/docs.css index e69de29b..95a04efe 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -0,0 +1,13 @@ +code { + color: #000; +} + +img { + display: inline-block; + float: right; +} + +.admonition { + background: rgb(128, 198, 223); + color: #333; +} -- cgit v1.3.1