From 01c7a23b13b37ed2d129f2bc0c366984c456990e Mon Sep 17 00:00:00 2001 From: Irina <33218767+IraStrel@users.noreply.github.com> Date: Thu, 8 Jul 2021 12:33:09 +0300 Subject: [PATCH] Update tests.css Edited text size for the large text --- assets/stylesheets/tests.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/tests.css b/assets/stylesheets/tests.css index ae91767..fd1b02a 100644 --- a/assets/stylesheets/tests.css +++ b/assets/stylesheets/tests.css @@ -66,8 +66,8 @@ a.low-contrast-small-aa:visited { a.low-contrast-large-aa:active, a.low-contrast-large-aa:focus, a.low-contrast-large-aa:visited { - font-size: 20px; - color: #878c8c; + font-size: 28px; + color: #999999; } .low-contrast-small-aaa, @@ -82,7 +82,7 @@ a.low-contrast-small-aaa:visited { a.low-contrast-large-aaa:active, a.low-contrast-large-aaa:focus, a.low-contrast-large-aaa:visited { - font-size: 20px; + font-size: 28px; color: #81858c; }