From 725ff2aede7fa0690df482384757e8283cbc733a Mon Sep 17 00:00:00 2001 From: dannymcgee Date: Fri, 5 Apr 2019 11:18:34 -0400 Subject: [PATCH] Darkened light theme link color for WCAG AA compliance --- water.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/water.css b/water.css index 7c49952..c74bc2e 100644 --- a/water.css +++ b/water.css @@ -95,6 +95,10 @@ body.light { color: #363636; } +body.light a { + color: #0076D1; +} + body.light h1, body.light h2, body.light h3, body.light h4, body.light h5, body.light h6, body.light strong { color: #000000; }