Initial state test icon color changed

This commit is contained in:
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 { .refresh-icon {
color: darkgreen; color: @icon-grey;
} }
.night { .night {
@ -168,6 +168,9 @@
color:#9BBBDC; color:#9BBBDC;
} }
} }
.refresh-icon {
color: @icon-light-grey;
}
} }
.challenges-editor { .challenges-editor {

View File

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