Skip to content
Snippets Groups Projects
Unverified Commit d5822ab7 authored by gmurtaza00's avatar gmurtaza00 Committed by GitHub
Browse files

Accessibility: Color contrasts corrected for application deadline. (#3378)

Color contrast corrected for application deadline on apply homepage
according to ratio 4:5:1.

Closes #3377
parent 7c386cc2
No related branches found
No related tags found
2 merge requests!18Fix application form submit button remaining disabled (#3483),!13Merge in v4.1.1
......@@ -16,14 +16,14 @@ $color--dark-grey: #404041;
// Brand
$color--lightest-blue: #24aae1;
$color--light-blue: #0d7db0;
$color--light-blue: #1d79a8;
$color--light-blue-90: transparentize($color--light-blue, .9);
$color--lighter-blue: #7ab8d4;
$color--dark-blue: #0c72a0;
$color--darkest-blue: #3d6bdb;
$color--mustard: #e6ab32;
$color--purple: #8c0bbf;
$color--pink: #e35ca6;
$color--pink: #d02a85;
$color--light-pink: #ffe1df;
$color--light-green: #e1fae1;
$color--cream: #f5f7e7;
......
......@@ -11,14 +11,14 @@ $color--dark-grey: #404041;
// Brand
$color--lightest-blue: #24aae1;
$color--light-blue: #0d7db0;
$color--light-blue: #1d79a8;
$color--light-blue-90: transparentize($color--light-blue, .9);
$color--lighter-blue: #7ab8d4;
$color--dark-blue: #0c72a0;
$color--darkest-blue: #3d6bdb;
$color--mustard: #e6ab32;
$color--purple: #8c0bbf;
$color--pink: #e35ca6;
$color--pink: #d02a85;
$color--light-pink: #ffe1df;
$color--light-green: #e1fae1;
$color--tomato: #f05e54;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment