From 04638cf8e95077194e47a23d12d4c8784e24b09c Mon Sep 17 00:00:00 2001 From: Colin Devroe Date: Thu, 10 Feb 2022 10:48:29 -0500 Subject: [PATCH] Update font size and contrast I have excellent vision. But I'm old. And so bumping the contrast and font size would help just about everyone, including me. :) --- static/assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index ef47fb8c..ce34d5dc 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -23,8 +23,8 @@ html, body { } body { - font: 17px "Avenir Next", Avenir, "-apple-system", Helvetica, Arial, sans-serif; - color: #666; + font: 20px "Avenir Next", Avenir, "-apple-system", Helvetica, Arial, sans-serif; + color: #0c0; text-rendering: optimizeLegibility; }