From 72ec207b97bd16cd2b370a4a999166eacd3d84c9 Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Fri, 4 May 2018 14:11:53 -0500 Subject: [PATCH] Font color changes for accessibility. See #109. --- assets/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index bd2fcb59..98eeb997 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -418,7 +418,7 @@ h3.ww-collapsible-section-header { } .question-course-data { - color: #777; + color: #555; font-weight: 600; font-size: 0.85rem; line-height: 1.1rem; @@ -651,7 +651,7 @@ li.is-answer:before { } .ww-subtitle { - color: #666; + color: #555; font-size: 0.85rem; font-weight: 600; line-height: 1.1rem;