From 5aff4bc2223381ee9db24d653cc97d6189e24bbd Mon Sep 17 00:00:00 2001 From: sibhy Date: Mon, 29 Aug 2022 13:32:14 -0400 Subject: [PATCH] Updated button/font colors to improve accessibility score --- docs-web/src/main/webapp/src/style/bootstrap.css | 6 +++--- docs-web/src/main/webapp/src/style/main.less | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-web/src/main/webapp/src/style/bootstrap.css b/docs-web/src/main/webapp/src/style/bootstrap.css index f53b4a57..211e5c40 100644 --- a/docs-web/src/main/webapp/src/style/bootstrap.css +++ b/docs-web/src/main/webapp/src/style/bootstrap.css @@ -526,7 +526,7 @@ mark, text-transform: capitalize; } .text-muted { - color: #777; + color: #000; } .text-primary { color: #337ab7; @@ -550,11 +550,11 @@ a.text-info:focus { color: #245269; } .text-warning { - color: #8a6d3b; + color: #000; } a.text-warning:hover, a.text-warning:focus { - color: #66512c; + color: #000; } .text-danger { color: #a94442; diff --git a/docs-web/src/main/webapp/src/style/main.less b/docs-web/src/main/webapp/src/style/main.less index 46c696cf..394acca6 100644 --- a/docs-web/src/main/webapp/src/style/main.less +++ b/docs-web/src/main/webapp/src/style/main.less @@ -492,7 +492,7 @@ input[readonly].share-link { left: 0; right: 0; font-size: 500%; - color: #242424; + color: #F0F0F0; text-decoration: none !important; .fas { @@ -563,7 +563,7 @@ input[readonly].share-link { } .btn-primary { - background-color: #2aabd2; + background-color: #000; border-color: transparent; } @@ -750,4 +750,4 @@ input[readonly].share-link { width: 0; padding-left: 0; padding-right: 0; -} \ No newline at end of file +}