From 1abcd76fb863dfa47788f1ef82218cac53c1075c Mon Sep 17 00:00:00 2001 From: Biyeun Buczyk Date: Mon, 10 Jun 2024 22:39:39 +0200 Subject: [PATCH] make all button text bold to meet accessbility guidelines for all chosen colors --- .../apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss b/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss index bb1d86cb88e1..f5c337787c6f 100644 --- a/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss +++ b/corehq/apps/hqwebapp/static/hqwebapp/scss/commcarehq/_type.scss @@ -84,4 +84,8 @@ code { a { cursor: pointer; +} + +button { + font-weight: bold !important; // to meet WCAG AA guidelines } \ No newline at end of file