From 771157dfb6e746d416a90f97e68cb0bc8df3f271 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Thu, 5 Apr 2018 18:25:21 +0800 Subject: [PATCH] Increase font-size to 15px --- docs/_template/dark/styles/docfx.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_template/dark/styles/docfx.css b/docs/_template/dark/styles/docfx.css index 8ec20152a..703a09a0f 100644 --- a/docs/_template/dark/styles/docfx.css +++ b/docs/_template/dark/styles/docfx.css @@ -6,7 +6,8 @@ body { font-family: 'Titillium Web', 'Segoe UI', Tahoma, Helvetica, sans-serif; height: 100%; background: #212121; - color: #C0C0C0 + color: #C0C0C0; + font-size: 15px; } button, a {