From 6911ca6ed537e0af13a8710d756af35fe4bbd521 Mon Sep 17 00:00:00 2001 From: rabiaiftikhar Date: Wed, 16 Jan 2019 19:08:05 +0500 Subject: [PATCH] EDUCATOR-3914 fix enroll now text contrast ratio on LMS --- lms/static/sass/bootstrap/_components.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/bootstrap/_components.scss b/lms/static/sass/bootstrap/_components.scss index 3921b8e3b7..7122d12efb 100644 --- a/lms/static/sass/bootstrap/_components.scss +++ b/lms/static/sass/bootstrap/_components.scss @@ -17,8 +17,13 @@ li { margin: 5px 0; + + .alert.alert-warning .message-content .enroll-btn.btn-link { + color: #004368; + } + } - } + } }