Skip to content
Snippets Groups Projects
Commit e6c4a7ac authored by James Wilson's avatar James Wilson
Browse files

Issue #3415398 by jwilson3: [Siteimprove] Make IU Framework primary button...

Issue #3415398 by jwilson3: [Siteimprove] Make IU Framework primary button pass WCAG AA color contrast minimum requirements
parent 58809e96
No related branches found
No related tags found
1 merge request!4Issue #3415398 by jwilson3: [Siteimprove] Make IU Framework primary button...
......@@ -493,13 +493,13 @@ dl.inline|Inline definition list
}
.ck.ck-content .button.primary {
background-color: #2199e8;
background-color: #1479bd;
color: #fff;
}
.ck.ck-content .button.primary:focus,
.ck.ck-content .button.primary:hover {
background-color: #147cc0;
background-color: #1377b9;
color: #fff;
}
......
......@@ -97,3 +97,14 @@ main {
.bg-secondary.bg-dark .accordion-content a:not(.button):focus {
color: #01426A;
}
/* Make primary button pass WCAG AA color contrast */
.button.primary {
background-color: #1479bd;
color: #fff;
}
.ck.ck-content .button.primary:focus,
.ck.ck-content .button.primary:hover {
background-color: #1377b9;
}
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