raise contrast on a few key page elements to pass WCAG contrast checks

This commit is contained in:
Ryan Petrello
2018-11-27 09:42:35 -05:00
parent 9eb2c02e92
commit b1bd87bcd2
10 changed files with 26 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
@import 'host-event/_index';
.at-Stdout {
&-menuTop {
color: @at-gray-848992;
color: @at-gray-646972;
border: 1px solid @at-gray-b7;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
@@ -87,7 +87,7 @@
&-toggle {
background-color: @at-gray-eb;
color: @at-gray-848992;
color: @at-gray-646972;
display: flex;
flex: 0 0 30px;
font-size: 18px;
@@ -204,7 +204,7 @@
color: @login-notice-text;
border-radius: @at-border-radius;
border: 1px solid @at-gray-b7;
// color: @at-gray-848992;
// color: @at-gray-646972;
padding: 6px @at-padding-input 6px @at-padding-input;
}

View File

@@ -16,7 +16,7 @@ export const JOB_STATUS_FINISHED = JOB_STATUS_COMPLETE.concat(JOB_STATUS_INCOMPL
export const OUTPUT_ANSI_COLORMAP = {
0: '#000',
1: '#A00',
2: '#0A0',
2: '#080',
3: '#F0AD4E',
4: '#00A',
5: '#A0A',