From e1cb24c50491014e68e42e3b277c1670d2e27e6f Mon Sep 17 00:00:00 2001 From: Yan-Yin Choy Date: Wed, 15 Jan 2020 09:42:38 -0800 Subject: [PATCH] MAINT: udpate font color to improve color contrast ratio with background color. Addresses issue #45 --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 8368176..860a9db 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5,11 +5,11 @@ body { padding-top: 100px; font-family: 'Roboto', sans-serif; - color: rgba(28, 28, 28, 0.54)!important + color: #464646; } h1, h2, h3, h4, h5, h6 { - color: rgba(0,0,0)!important + color: #000000; } .nav-container {