From b91e73b090ba2b12571c1a531d592eceba6b5120 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 23 Aug 2018 14:44:37 +0200 Subject: [PATCH] set docs font size to 16px --- docs/_static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 80010e1..971da77 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -18,3 +18,7 @@ a { a:hover { color: #f48400; } + +body { + font-size: 16px; +}