Skip to content

Commit

Permalink
Iteration 1: Ensure the grid and clues are styled black #9
Browse files Browse the repository at this point in the history
  • Loading branch information
robi-bobi committed Jan 21, 2017
1 parent d7bcacf commit 622c192
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
padding-bottom: 0.5em;
margin-left: 1em;
.has-hover {
color: green;
color: grey;
}
}
}
Expand Down Expand Up @@ -283,3 +283,4 @@
}
}
}

12 changes: 6 additions & 6 deletions src/scss/_color-use-cases.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@include oColorsSetUseCase(o-crossword, background, 'white');
@include oColorsSetUseCase(o-crossword-border, border, 'section-green');
@include oColorsSetUseCase(o-crossword-empty, background, 'section-green');
@include oColorsSetUseCase(o-crossword-hidden-across, background, 'section-light-green');
@include oColorsSetUseCase(o-crossword-hidden-down, background, 'section-light-blue');
@include oColorsSetUseCase(o-crossword-hidden-across, text, 'section-light-green');
@include oColorsSetUseCase(o-crossword-hidden-down, text, 'section-light-blue');
@include oColorsSetUseCase(o-crossword-border, border, 'black');
@include oColorsSetUseCase(o-crossword-empty, background, 'black');
@include oColorsSetUseCase(o-crossword-hidden-across, background, 'grey-tint1');
@include oColorsSetUseCase(o-crossword-hidden-down, background, 'grey-tint1');
@include oColorsSetUseCase(o-crossword-hidden-across, text, 'black');
@include oColorsSetUseCase(o-crossword-hidden-down, text, 'black');

0 comments on commit 622c192

Please sign in to comment.