Skip to content

Commit

Permalink
Issue qmk#271 Tweak space cadet colors (qmk#272)
Browse files Browse the repository at this point in the history
- input box / container key issues
  • Loading branch information
yanfali authored Mar 10, 2019
1 parent 2bb5b6f commit 69822a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/scss/colorways.scss
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,21 @@
color: $color-gmk-abs-CP;
input {
background: lighten($color-sp-abs-GD, 40%);
color: darken($color-gmk-abs-CP, 60%);
}
.key-contents {
background: lighten($color-sp-abs-GD, 40%);
color: darken($color-gmk-abs-CP, 60%);
}
}

.gmk-space-cadet-mod {
background: $color-sp-abs-BFP;
color: $color-gmk-abs-CP;
input, .key-contents {
background: lighten($color-sp-abs-BFP, 10%);
color: $color-gmk-abs-CP;
}
}

.gmk-space-cadet-kb {
Expand Down

0 comments on commit 69822a5

Please sign in to comment.