Initial state test icon color changed

pull/13758/head
Ethan Arrowood 2017-03-04 17:21:34 -05:00 committed by Stuart Taylor
parent 3632319282
commit 1491bf905f
2 changed files with 6 additions and 2 deletions

View File

@ -138,7 +138,7 @@
}
.refresh-icon {
color: darkgreen;
color: @icon-grey;
}
.night {
@ -168,6 +168,9 @@
color:#9BBBDC;
}
}
.refresh-icon {
color: @icon-light-grey;
}
}
.challenges-editor {

View File

@ -20,7 +20,8 @@
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
@icon-grey: #575757;
@icon-light-grey: #888888;
//== Scaffolding
//
//## Settings for some of the most global styles.